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;