Update server ssh remote key

This commit is contained in:
thiloho
2023-08-05 16:52:06 +02:00
parent 7ee82da8f4
commit b99f92a7d0
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
};
users.users.thiloho.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP8j7z4RBSjoBcB5btwGodYu5J/Yprng8oBhy47iXWq+ thiloho@pc"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKYk3OUO/X8xRcLpUBQ3oq8BYlgnvsCIInhbfEYAYyBB thiloho@pc"
];
home-manager.users.thiloho = { pkgs, lib, ... }: {