more strict /boot rights
This commit is contained in:
parent
1e0474b124
commit
ca0b94d19b
4 changed files with 4 additions and 4 deletions
|
@ -11,6 +11,6 @@
|
|||
device = "/dev/disk/by-id/nvme-APPLE_SSD_AP1024Z_0ba01e0141400628-part4";
|
||||
fsType = "vfat";
|
||||
neededForBoot = true;
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue