make /boot only root readable
This commit is contained in:
parent
7e437cf293
commit
1a21338f59
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
type = "filesystem";
|
||||
format = "vfat";
|
||||
mountpoint = "/boot";
|
||||
mountOptions = [ "umask=0077" ];
|
||||
};
|
||||
};
|
||||
root = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue