fixup formatting
This commit is contained in:
@@ -45,8 +45,7 @@ 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user