Make /boot inacessible by default

This commit is contained in:
Lillian Violet 2024-02-03 17:19:23 +01:00
parent 49ced5acf5
commit c19879ca69

View file

@ -23,6 +23,7 @@
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/01B2-909E";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" "defaults" ];
};
swapDevices =