fix ssh on h002

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-13 13:19:51 -05:00
parent 4b33afcfa1
commit b4cc4c66f2
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{ settings, ... }:
{
users.users.${settings.user.username}.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJie9OPheWn/EZWfXJSZ3S0DnISqI3ToCmOqhX/Tkwby nix2h002"
];
}