add ssh-key

This commit is contained in:
Leon Vita 2022-09-19 20:14:52 +01:00
parent 766ae5cacf
commit 99f180f790
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ in
createHome = true;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM2zpmWA3Z9zshWaU8k1SWyJnbAyasOu9pV+9BvTY0XE leon@¯\_()_/¯"
];
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJPZoT83l0ogbJpviBs4VmO+NdF4NPtYAnyf8RRSoXsv leon@leon"
];
};
networking.firewall = {