Revert "nixos/profiles/hardened: don't enable by default"
This commit is contained in:
@@ -22,7 +22,10 @@ let
|
||||
;
|
||||
in
|
||||
{
|
||||
options.profiles.hardened = mkEnableOption "hardened";
|
||||
options.profiles.hardened = mkEnableOption "hardened" // {
|
||||
default = true;
|
||||
example = false;
|
||||
};
|
||||
config = mkIf config.profiles.hardened {
|
||||
meta = {
|
||||
maintainers = [
|
||||
|
||||
Reference in New Issue
Block a user