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
|
||||
# image) to make this a live CD.
|
||||
fileSystems."/nix" =
|
||||
{
|
||||
fsType = "tmpfs";
|
||||
options = [ "mode=0755" ];
|
||||
neededForBoot = true;
|
||||
};
|
||||
fileSystems."/nix" = {
|
||||
fsType = "tmpfs";
|
||||
options = [ "mode=0755" ];
|
||||
neededForBoot = true;
|
||||
};
|
||||
|
||||
boot.initrd.postMountCommands = ''
|
||||
echo "Mounting initial store"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user