feat(web01): Add backups

This commit is contained in:
Tom Hubrecht 2024-02-21 22:55:10 +01:00
parent bfe638a8c4
commit c5aebedd7b
4 changed files with 5 additions and 0 deletions

View file

@ -11,4 +11,6 @@ _:
configureNginx = true; configureNginx = true;
}; };
dgn-backups.postgresDatabases = [ "crabfit" ];
} }

Binary file not shown.

View file

@ -4,6 +4,7 @@ let
in in
lib.setDefault { inherit publicKeys; } [ lib.setDefault { inherit publicKeys; } [
"acme-certs_secret" "acme-certs_secret"
"bupstash-put_key"
"matterbridge-config_file" "matterbridge-config_file"
"named-bind_dnskeys_conf" "named-bind_dnskeys_conf"
"ntfy_sh-environment_file" "ntfy_sh-environment_file"

View file

@ -51,4 +51,6 @@ in
}; };
}; };
}; };
dgn-backups.jobs.containers.settings.paths = [ "/var/lib/nixos-containers" ];
} }