Add server public keys for laptop access

This commit is contained in:
thiloho
2023-10-14 21:22:17 +02:00
parent 18c46226a1
commit 4353405737
2 changed files with 4 additions and 3 deletions

View File

@@ -140,6 +140,7 @@
users.users.thiloho.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMkvr+vT7Ik0fjquxb9xQBfVVWJPgrfC+vJZsyG2V+/G thiloho@pc"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ5jOELdhQ85uKV8l2QkbLhjdPr142p1AmPzpawaJ7ws thiloho@laptop"
];
home-manager.users.thiloho = { pkgs, lib, ... }: {