modularized ssh keys

This commit is contained in:
Bryan Ramos 2024-05-10 14:01:11 -04:00
parent ce0efd2dfe
commit d578af7b21
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 11 additions and 10 deletions

View file

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