fuuko/gitea: Also use ed25519 ssh key

pull/52/head
Simon Bruder 2021-04-04 11:18:34 +02:00
parent 0212f2adbd
commit 1b08afd515
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -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;