mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
Revert "nixos/profiles/hardened: don't enable by default"
This commit is contained in:
parent
61d804de09
commit
b964d0d668
1 changed files with 4 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue