I don't have a brain

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

View file

@ -3,6 +3,5 @@ _: {
defaults = [ "nodev" "nosuid" "noexec" ];
in {
"/boot".options = defaults;
"/var/log".options = defaults;
};
}