/boot: protect random seed file
This commit is contained in:
parent
73c1ae11e7
commit
73e7daf926
2 changed files with 8 additions and 2 deletions
|
|
@ -37,7 +37,10 @@ in
|
|||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/AF8E-E9E6";
|
||||
fsType = "vfat";
|
||||
options = [ "discard" ];
|
||||
options = [
|
||||
"discard"
|
||||
"umask=077"
|
||||
];
|
||||
};
|
||||
# nix/ lix build directory
|
||||
# lix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue