or maybe not

This commit is contained in:
jacekpoz 2024-09-12 15:02:01 +02:00
parent 7207815397
commit b8f5277f01
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -1,7 +1,3 @@
_: {
fileSystems = let
defaults = [ "nodev" "nosuid" "noexec" ];
in {
"/boot".options = defaults;
};
fileSystems."/boot".options = [ "nodev" "nosuid" "noexec" ];
}