feat: update openssh keys

This commit is contained in:
Ryan Yin
2024-01-26 14:34:18 +08:00
parent ecc335b07e
commit 0645a593e6
3 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
{username, ...}: {
# Public Keys that can be used to login to all my servers.
users.users.${username}.openssh.authorizedKeys.keys = [
# TODO update keys here
"ssh-ed25519 xxx ryan@romantic"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMzYT0Fpcp681eHY5FJV2G8Mve53iX3hMOLGbVvfL+TF ryan@romantic"
];
}