summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/tacitus/default.nix7
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 = {