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

K900 b964d0d6 61d804de

Changed files
+4 -1
nixos
modules
profiles
+4 -1
nixos/modules/profiles/hardened.nix
···
;
in
{
-
options.profiles.hardened = mkEnableOption "hardened";
+
options.profiles.hardened = mkEnableOption "hardened" // {
+
default = true;
+
example = false;
+
};
config = mkIf config.profiles.hardened {
meta = {
maintainers = [