nixos/profiles/hardened: don't enable by default

This commit is contained in:
Marie Ramlow
2025-02-19 17:26:05 +01:00
parent f7ad2401b0
commit c47719a799
+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 = [