[NixOS] Backup gitea
This commit is contained in:
parent
f0d35c59dd
commit
1eea8c61e7
@ -4,6 +4,10 @@ makeEnable config "modules.gitea" false {
|
|||||||
services.gitea = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
dump = {
|
||||||
|
enable = true;
|
||||||
|
interval = "23:05";
|
||||||
|
};
|
||||||
settings.server = {
|
settings.server = {
|
||||||
DOMAIN = "dev.railbird.ai";
|
DOMAIN = "dev.railbird.ai";
|
||||||
SSH_PORT = 1123;
|
SSH_PORT = 1123;
|
||||||
|
Loading…
Reference in New Issue
Block a user