defiant/gitea: very minor cleanup

This commit is contained in:
Felix Albrigtsen 2024-06-10 10:46:23 +02:00
parent 9fb099e043
commit fe4b6bcb50
1 changed files with 1 additions and 6 deletions

View File

@ -36,7 +36,6 @@ in {
OPENID_CONNECT_SCOPES = "email profile openid";
UPDATE_AVATAR = true;
ACCOUNT_LINKING = "auto";
USERNAME = "email";
};
log.LEVEL = "Info";
@ -49,11 +48,7 @@ in {
};
};
# TODO:
# - Backup
# - services.gitea.dump?
# - ZFS snapshots?
# - configure mailer
# TODO: configure mailer
};
systemd.services.gitea.serviceConfig.WorkingDirectory = lib.mkForce "${cfg.stateDir}/work";