add lio ssh keys. Remove frontend forwards on t ssh
This commit is contained in:
parent
2106827132
commit
63ebc70f8f
7 changed files with 146 additions and 87 deletions
6
users/josh/by_hosts/lio/nix_modules/ssh_authorized.nix
Normal file
6
users/josh/by_hosts/lio/nix_modules/ssh_authorized.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ settings, ... }:
|
||||
{
|
||||
users.users.${settings.user.username}.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJN2nsLmAlF6zj5dEBkNSJaqcCya+aB6I0imY8Q5Ew0S nix2lio"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue