TPM on thor

This commit is contained in:
Filippo Berto 2022-10-06 19:18:59 +02:00
parent f76f08d57a
commit 6328f14438
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
users.users.bertof = {
isNormalUser = true;
extraGroups = [ "network" "networkmanager" "wheel" ];
extraGroups = [ "network" "networkmanager" "wheel" "tss" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+zsSWZFFzQKnATCAvtG+iuSm4qkZHjCtHzGa9B/71W"
];