mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-11 13:25:05 +02:00
personal-cli: Set up TPM2
This commit is contained in:
parent
3b4cebbb97
commit
6f793954c4
1 changed files with 7 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue