diff options
author | Freya Murphy <freya@freyacat.org> | 2025-09-11 11:28:39 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-09-11 11:28:39 -0400 |
commit | a5be75577750bf64e16874e4b9b6a6bb092a4fa0 (patch) | |
tree | f6918a2667aebeed2869d4137c9ecd6859911e88 /system/default.nix | |
parent | update commits (diff) | |
download | dotfiles-nix-a5be75577750bf64e16874e4b9b6a6bb092a4fa0.tar.gz dotfiles-nix-a5be75577750bf64e16874e4b9b6a6bb092a4fa0.tar.bz2 dotfiles-nix-a5be75577750bf64e16874e4b9b6a6bb092a4fa0.zip |
add tpm support
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix index c779678..e3b7c66 100644 --- a/system/default.nix +++ b/system/default.nix @@ -12,6 +12,7 @@ ./hardware.nix ./networking.nix ./sshd.nix + ./tpm.nix ]; # allow flakes |