diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-15 22:39:38 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-15 22:39:38 +0200 |
| commit | 1a33104616d51b57733b811e77916a5296868def (patch) | |
| tree | 95d68c85e3f516aadd444454a9e14773173db9f2 /hosts/tacitus/default.nix | |
| parent | 60c9776158b53ff2f3963ce2ab3fc9a54f7b28d5 (diff) | |
tacitus: enable tpm stuff
Diffstat (limited to 'hosts/tacitus/default.nix')
| -rw-r--r-- | hosts/tacitus/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/tacitus/default.nix b/hosts/tacitus/default.nix index 91fa198..ea68490 100644 --- a/hosts/tacitus/default.nix +++ b/hosts/tacitus/default.nix @@ -30,6 +30,13 @@ }; }; }; + + boot.initrd.systemd.enable = true; + users.users.wilkuu.extraGroups = [ "tss" ]; + + security.tpm2.enable = true; + security.tpm2.pkcs11.enable = true; + security.tpm2.tctiEnvironment.enable = true; # Networking setup networking.hostName = "tacitus"; services.resolved = { |
