summaryrefslogtreecommitdiff
path: root/options.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-12-31 13:38:01 -0500
committerFreya Murphy <freya@freyacat.org>2025-12-31 21:20:20 -0500
commit478f6b2b4bdba66f02f0d1dfa3cff17f6133beee (patch)
tree906c18a56258f35b32ff9a4e76e15b53a1b7702f /options.nix
parentswitch to sudo-rs (diff)
downloaddotfiles-nix-478f6b2b4bdba66f02f0d1dfa3cff17f6133beee.tar.gz
dotfiles-nix-478f6b2b4bdba66f02f0d1dfa3cff17f6133beee.tar.bz2
dotfiles-nix-478f6b2b4bdba66f02f0d1dfa3cff17f6133beee.zip
add hardening module
Diffstat (limited to 'options.nix')
-rw-r--r--options.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/options.nix b/options.nix
index 5093e8b..9753f99 100644
--- a/options.nix
+++ b/options.nix
@@ -280,6 +280,9 @@ 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.";
};