fix ssh syntax

This commit is contained in:
Leon Vita 2022-08-20 16:16:59 +01:00
parent 5b23d68513
commit 60cacf8cfd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ in
extraGroups = [ "wheel" ];
createHome = true;
openssh.authorizedKeys.keys = [
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM2zpmWA3Z9zshWaU8k1SWyJnbAyasOu9pV+9BvTY0XE leon@¯\_()_/¯
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM2zpmWA3Z9zshWaU8k1SWyJnbAyasOu9pV+9BvTY0XE leon@¯\_()_/¯"
];
};