Server/ssh: add public key for toast

This commit is contained in:
Toast 2024-04-22 22:16:32 +02:00
parent 56c81782ba
commit ea97158296

View file

@ -18,6 +18,10 @@ in {
};
};
users.users.toast.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEas0RvecJpUA1rG87fHunxDb4O0Q7bQG7X8h3hZnrsE Everest access key"
];
services.openssh = {
enable = true;
settings = {