[NixOS] Backup gitea

This commit is contained in:
Ivan Malison 2023-12-20 23:02:27 -07:00
parent f0d35c59dd
commit 1eea8c61e7

View File

@ -4,6 +4,10 @@ makeEnable config "modules.gitea" false {
services.gitea = {
enable = true;
lfs.enable = true;
dump = {
enable = true;
interval = "23:05";
};
settings.server = {
DOMAIN = "dev.railbird.ai";
SSH_PORT = 1123;