or maybe not
This commit is contained in:
parent
7207815397
commit
b8f5277f01
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,3 @@
|
|||
_: {
|
||||
fileSystems = let
|
||||
defaults = [ "nodev" "nosuid" "noexec" ];
|
||||
in {
|
||||
"/boot".options = defaults;
|
||||
};
|
||||
fileSystems."/boot".options = [ "nodev" "nosuid" "noexec" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue