personal-cli: Set up TPM2

This commit is contained in:
Quentin Boyer 2025-08-16 14:56:28 +02:00
parent 3b4cebbb97
commit 6f793954c4

View file

@ -39,7 +39,14 @@
networking.networkmanager.enable = true;
security.tpm2 = {
enable = true;
pkcs11.enable = true;
tctiEnvironment.enable = true;
};
users.users."${config.extraInfo.username}".extraGroups = [
"tss"
"networkmanager"
"libvirtd"
"kvm"