add lio ssh keys. Remove frontend forwards on t ssh

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-11-12 14:55:00 -06:00
parent 2106827132
commit 63ebc70f8f
7 changed files with 146 additions and 87 deletions

View file

@ -0,0 +1,6 @@
{ settings, ... }:
{
users.users.${settings.user.username}.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJN2nsLmAlF6zj5dEBkNSJaqcCya+aB6I0imY8Q5Ew0S nix2lio"
];
}