hosts: use 0077 masks for /boot
This commit is contained in:
parent
e4dddd52b3
commit
7452ae7b00
3 changed files with 3 additions and 2 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/D867-8F68";
|
{ device = "/dev/disk/by-uuid/D867-8F68";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
options = [ "fmask=0077" "dmask=0077" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/home" =
|
fileSystems."/home" =
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-id/nvme-WD_BLACK_SN7100_2TB_252830800317-part1";
|
{ device = "/dev/disk/by-id/nvme-WD_BLACK_SN7100_2TB_252830800317-part1";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [ "fmask=0022" "dmask=0022" ];
|
options = [ "fmask=0077" "dmask=0077" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/2877-1C39";
|
{ device = "/dev/disk/by-uuid/2877-1C39";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [ "fmask=0022" "dmask=0022" ];
|
options = [ "fmask=0077" "dmask=0077" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [{
|
swapDevices = [{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue