got working

This commit is contained in:
Bryan Ramos 2025-01-24 10:33:21 -05:00
parent 3a8d303d6f
commit 73a7fbb649
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
7 changed files with 24 additions and 8 deletions

View file

@ -7,7 +7,10 @@
isNormalUser = true;
extraGroups = config.user.groups
++ [ "video" "audio" "kvm" "libvirtd" "dialout" ];
openssh.authorizedKeys.keys = [ "${config.user.keys.ssh.android}" ];
openssh.authorizedKeys.keys = [
"${config.user.keys.ssh.primary}"
"${config.user.keys.ssh.ccur}"
];
};
};