hosts: use 0077 masks for /boot
This commit is contained in:
parent
e4dddd52b3
commit
7452ae7b00
3 changed files with 3 additions and 2 deletions
|
|
@ -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 = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue