forked from DGNum/infrastructure
fix(web02): Disable backup jobs, as it is not on the VPN
This commit is contained in:
parent
efad0b4736
commit
567147e9b4
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ lib.extra.mkConfig {
|
|||
|
||||
# Disable monitoring
|
||||
dgn-monitoring.enable = false;
|
||||
dgn-backups.jobs = lib.mkForce { };
|
||||
|
||||
# Enable Postgres databases
|
||||
services.postgresql = {
|
||||
|
|
Loading…
Add table
Reference in a new issue