1
0
Fork 0

fix(web02): Disable backup jobs, as it is not on the VPN

This commit is contained in:
Tom Hubrecht 2025-04-04 10:24:14 +02:00
parent efad0b4736
commit 567147e9b4
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -23,6 +23,7 @@ lib.extra.mkConfig {
# Disable monitoring
dgn-monitoring.enable = false;
dgn-backups.jobs = lib.mkForce { };
# Enable Postgres databases
services.postgresql = {