From a5be75577750bf64e16874e4b9b6a6bb092a4fa0 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 11 Sep 2025 11:28:39 -0400 Subject: add tpm support --- modules/options.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/options.nix') diff --git a/modules/options.nix b/modules/options.nix index 0c7b78f..2571b9c 100644 --- a/modules/options.nix +++ b/modules/options.nix @@ -225,6 +225,9 @@ in { network = mkEnableOption { description = "Install networking system services and programs."; }; + tpm = mkEnableOption { + description = "Enable system TPM"; + }; minimal = mkEnableOption { description = "Install only required system services, drivers, and programs."; }; -- cgit v1.2.3-freya