From c47719a799e06bfbaf2158e634a52f033b406657 Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Wed, 19 Feb 2025 17:25:39 +0100 Subject: [PATCH] nixos/profiles/hardened: don't enable by default --- nixos/modules/profiles/hardened.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/modules/profiles/hardened.nix b/nixos/modules/profiles/hardened.nix index dc3bf597cd4b..f9526b91222c 100644 --- a/nixos/modules/profiles/hardened.nix +++ b/nixos/modules/profiles/hardened.nix @@ -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 = [