gitea: specify backup time

This commit is contained in:
Antoine Martin 2021-02-02 17:34:22 +01:00
parent 5bd4a23909
commit 039fa5a930

View file

@ -56,7 +56,11 @@ in {
other.SHOW_FOOTER_VERSION = false;
};
dump.enable = true;
dump = {
enable = true;
# Borg backup starts at midnight so create dump before
interval = "*-*-* 23:40:00";
};
database = {
type = "postgres";