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" =
|
||||
{ device = "/dev/disk/by-uuid/D867-8F68";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
};
|
||||
|
||||
fileSystems."/home" =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue