stuff
This commit is contained in:
@@ -30,7 +30,7 @@ in
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/27E5-E5C3";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" "nofail" ];
|
||||
options = [ "umask=0077" "nofail" ];
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
Reference in New Issue
Block a user