!fixup add missing settings section
This commit is contained in:
parent
65ec0779b7
commit
db5865fff2
1 changed files with 38 additions and 37 deletions
|
@ -49,7 +49,7 @@
|
||||||
log.level = "Info";
|
log.level = "Info";
|
||||||
# mailerPasswordFile =
|
# mailerPasswordFile =
|
||||||
# "/var/lib/secrets/noreply"; # see below for access permissions
|
# "/var/lib/secrets/noreply"; # see below for access permissions
|
||||||
# settings = {
|
settings = {
|
||||||
# mailer = {
|
# mailer = {
|
||||||
# ENABLED = true;
|
# ENABLED = true;
|
||||||
# HOST = "0x0.rip:465";
|
# HOST = "0x0.rip:465";
|
||||||
|
@ -89,6 +89,7 @@
|
||||||
"cron.git_gc_repos".ENABLED = true;
|
"cron.git_gc_repos".ENABLED = true;
|
||||||
"cron.delete_old_actions".ENABLED = true;
|
"cron.delete_old_actions".ENABLED = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
services.postgresqlBackup = {
|
services.postgresqlBackup = {
|
||||||
enable = true;
|
enable = true;
|
||||||
databases = [ "gitea" ];
|
databases = [ "gitea" ];
|
||||||
|
|
Loading…
Reference in a new issue