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,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;