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 @@
isNormalUser = true;
extraGroups = config.user.groups
++ [ "video" "audio" "kvm" "libvirtd" "docker" ];
openssh.authorizedKeys.keys = config.user.sshKey2;
openssh.authorizedKeys.keys = config.user.sshKeys.key2;
};
};