diff options
Diffstat (limited to '')
| -rw-r--r-- | options.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/options.nix b/options.nix index 241f726..3eb8b80 100644 --- a/options.nix +++ b/options.nix @@ -297,9 +297,6 @@ in { tpm = mkEnableOption { description = "Enable system TPM"; }; - hardened = mkEnableOption { - description = "Hardened the NixOS system"; - }; minimal = mkEnableOption { description = "Install only required system services, drivers, and programs."; }; @@ -493,7 +490,6 @@ in { # browsers = { firefox.enable = mkEnableOption "Enable the firefox browser."; - zen.enable = mkEnableOption "Enable the zen browser."; }; # |