From 12704a505626a88595a4625013d0daea7ae785ca Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Wed, 13 Mar 2024 20:21:45 +0100 Subject: [PATCH] feat(netbox): Set up backups --- machines/web01/netbox.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/web01/netbox.nix b/machines/web01/netbox.nix index ac73e1a..1b7f306 100644 --- a/machines/web01/netbox.nix +++ b/machines/web01/netbox.nix @@ -65,4 +65,7 @@ in 443 80 ]; + + dgn-backups.jobs.nextcloud.settings.paths = [ "/var/lib/netbox" ]; + dgn-backups.postgresDatabases = [ "netbox" ]; }