add new ssh key

This commit is contained in:
Leon Vita 2022-10-20 21:49:32 +01:00
parent be47938b3c
commit 77ff3bbd7d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
extraGroups = [ "wheel" "docker" ];
createHome = true;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM2zpmWA3Z9zshWaU8k1SWyJnbAyasOu9pV+9BvTY0XE leon@¯\_()_/¯"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIANupx+diz5N8sGZOc7ZXopyPh9HaML8M7Qh70aVVIaJ leon@leons-Air"
];
};