nixos/profiles/hardened: don't enable by default (#383422)

This commit is contained in:
K900
2025-02-19 19:32:31 +03:00
committed by GitHub
+1 -4
View File
@@ -22,10 +22,7 @@ let
;
in
{
options.profiles.hardened = mkEnableOption "hardened" // {
default = true;
example = false;
};
options.profiles.hardened = mkEnableOption "hardened";
config = mkIf config.profiles.hardened {
meta = {
maintainers = [