fix(web02): Disable backup jobs, as it is not on the VPN
All checks were successful
Build all the nodes / ap01 (push) Successful in 30s
Build all the nodes / netaccess01 (push) Successful in 19s
Build all the nodes / hypervisor03 (push) Successful in 1m9s
Build all the nodes / hypervisor02 (push) Successful in 1m11s
Build all the nodes / geo01 (push) Successful in 1m12s
Build all the nodes / geo02 (push) Successful in 1m12s
Build all the nodes / build01 (push) Successful in 1m12s
Build all the nodes / netcore00 (push) Successful in 25s
Build all the nodes / netcore01 (push) Successful in 19s
Build all the nodes / netcore02 (push) Successful in 19s
Build all the nodes / bridge01 (push) Successful in 2m3s
Build all the nodes / hypervisor01 (push) Successful in 2m1s
Build all the nodes / tower01 (push) Successful in 52s
Build all the nodes / storage01 (push) Successful in 55s
Build all the nodes / rescue01 (push) Successful in 57s
Build all the nodes / vault01 (push) Successful in 1m0s
Build all the nodes / cof02 (push) Successful in 2m30s
Run pre-commit on all files / pre-commit (push) Successful in 26s
Build the shell / build-shell (push) Successful in 29s
Build all the nodes / web01 (push) Successful in 1m27s
Build all the nodes / compute01 (push) Successful in 3m22s
Build all the nodes / web02 (push) Successful in 1m35s
Build all the nodes / web03 (push) Successful in 1m39s

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 = {