This commit is contained in:
Shelvacu
2025-05-02 14:43:00 -07:00
committed by Shelvacu on fw
parent 2c7e3cc9d9
commit d8c9cf91f1

View File

@@ -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 = [ ];