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" =

View file

@ -21,7 +21,7 @@
fileSystems."/boot" =
{ device = "/dev/disk/by-id/nvme-WD_BLACK_SN7100_2TB_252830800317-part1";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
options = [ "fmask=0077" "dmask=0077" ];
};
swapDevices = [ ];

View file

@ -53,7 +53,7 @@
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/2877-1C39";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
options = [ "fmask=0077" "dmask=0077" ];
};
swapDevices = [{