disko: secure /boot
This commit is contained in:
parent
d55cafd965
commit
58e773ba33
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
format = "vfat";
|
format = "vfat";
|
||||||
mountpoint = "/boot";
|
mountpoint = "/boot";
|
||||||
mountOptions = [
|
mountOptions = [
|
||||||
"defaults"
|
"defaults" "fmask=0077" "dmask=0077"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue