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