hosts: use 0077 masks for /boot

This commit is contained in:
wo2wz 2025-12-21 16:56:45 -05:00
parent e4dddd52b3
commit 7452ae7b00
3 changed files with 3 additions and 2 deletions

View file

@ -28,6 +28,7 @@
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/D867-8F68";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
fileSystems."/home" =