mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
$out
This commit is contained in:
parent
e8fc02e3ef
commit
9e568e39dc
1 changed files with 2 additions and 2 deletions
|
|
@ -101,10 +101,10 @@ in
|
||||||
config = {
|
config = {
|
||||||
boot.initrd.network.enable = true;
|
boot.initrd.network.enable = true;
|
||||||
# boot.initrd.postDeviceCommands = ''
|
# boot.initrd.postDeviceCommands = ''
|
||||||
# mkdir -p /mnt-root
|
# mkdir -p $out/mnt-root
|
||||||
# '';
|
# '';
|
||||||
boot.initrd.extraUtilsCommands = ''
|
boot.initrd.extraUtilsCommands = ''
|
||||||
mkdir -p /mnt-root
|
mkdir -p $out/mnt-root
|
||||||
'';
|
'';
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue