Make /boot inacessible by default
This commit is contained in:
parent
49ced5acf5
commit
c19879ca69
|
@ -23,6 +23,7 @@
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/01B2-909E";
|
{ device = "/dev/disk/by-uuid/01B2-909E";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
options = [ "fmask=0077" "dmask=0077" "defaults" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
|
|
Loading…
Reference in a new issue