fixup formatting

This commit is contained in:
Graham Christensen 2020-06-07 21:20:08 -04:00
parent 6f61d2d19a
commit b9fe945baf
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F

View File

@ -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"