fixup formatting
This commit is contained in:
parent
6f61d2d19a
commit
b9fe945baf
11
quickly.nix
11
quickly.nix
@ -45,12 +45,11 @@ in
|
|||||||
|
|
||||||
# In stage 1, mount a tmpfs on top of /nix/store (the squashfs
|
# In stage 1, mount a tmpfs on top of /nix/store (the squashfs
|
||||||
# image) to make this a live CD.
|
# image) to make this a live CD.
|
||||||
fileSystems."/nix" =
|
fileSystems."/nix" = {
|
||||||
{
|
fsType = "tmpfs";
|
||||||
fsType = "tmpfs";
|
options = [ "mode=0755" ];
|
||||||
options = [ "mode=0755" ];
|
neededForBoot = true;
|
||||||
neededForBoot = true;
|
};
|
||||||
};
|
|
||||||
|
|
||||||
boot.initrd.postMountCommands = ''
|
boot.initrd.postMountCommands = ''
|
||||||
echo "Mounting initial store"
|
echo "Mounting initial store"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user