From 1b08afd5152f328d12841089207e8c2b0455fd3f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 4 Apr 2021 11:18:34 +0200 Subject: [PATCH] fuuko/gitea: Also use ed25519 ssh key --- machines/fuuko/services/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/fuuko/services/gitea.nix b/machines/fuuko/services/gitea.nix index 703b0ce..4d293a5 100644 --- a/machines/fuuko/services/gitea.nix +++ b/machines/fuuko/services/gitea.nix @@ -51,6 +51,7 @@ in # internal ssh server BUILTIN_SSH_SERVER_USER = "git"; START_SSH_SERVER = true; + SSH_SERVER_HOST_KEYS = "ssh/gitea.ed25519,ssh/gitea.rsa"; }; service = { DEFAULT_KEEP_EMAIL_PRIVATE = true;