diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-12-31 13:38:01 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-12-31 13:38:01 -0500 |
| commit | dd12f2110cd278ac16fb6b07cecc7dc5560e57ae (patch) | |
| tree | 27d6536846dcb5c88abf61fefa2194f55df48211 /options.nix | |
| parent | switch to sudo-rs (diff) | |
| download | dotfiles-nix-dd12f2110cd278ac16fb6b07cecc7dc5560e57ae.tar.gz dotfiles-nix-dd12f2110cd278ac16fb6b07cecc7dc5560e57ae.tar.bz2 dotfiles-nix-dd12f2110cd278ac16fb6b07cecc7dc5560e57ae.zip | |
add hardening module
Diffstat (limited to 'options.nix')
| -rw-r--r-- | options.nix | 3 |
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."; }; |