migrate gitea settings

This commit is contained in:
Tim Schubert 2022-12-10 12:02:53 +01:00
parent d271d95e78
commit 69259f389b
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 4 additions and 1 deletions

View file

@ -17,7 +17,6 @@ in
rootUrl = "https://git.dadada.li/";
log.level = "Error";
domain = config.networking.domain;
ssh.enable = true;
cookieSecure = true;
enableUnixSocket = true;
database = {
@ -28,6 +27,7 @@ in
server = {
LANDING_PAGE = "explore";
OFFLINE_MODE = true;
DISABLE_SSH = false;
};
picture = {
DISABLE_GRAVATAR = true;