updated ssh keys

This commit is contained in:
Bryan Ramos 2024-05-10 09:05:25 -04:00
parent 5b67e3c586
commit 4b9fb65f30
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 12 additions and 9 deletions

View file

@ -7,7 +7,7 @@
isNormalUser = true;
extraGroups = config.user.groups
++ [ "video" "audio" "kvm" "libvirtd" "docker" ];
openssh.authorizedKeys.keys = config.user.sshKeys;
openssh.authorizedKeys.keys = config.user.sshKey2;
};
};