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

@ -19,7 +19,7 @@
${config.user.name} = {
isNormalUser = true;
extraGroups = config.user.groups;
openssh.authorizedKeys.keys = config.user.sshKeys;
openssh.authorizedKeys.keys = config.user.sshKey1;
};
};