feat(web01): Add backups
All checks were successful
build configuration / build_storage01 (push) Successful in 1m6s
build configuration / build_compute01 (push) Successful in 1m20s
build configuration / build_vault01 (push) Successful in 49s
build configuration / build_web02 (push) Successful in 47s
build configuration / build_web01 (push) Successful in 1m23s
lint / check (push) Successful in 23s
build configuration / build_rescue01 (push) Successful in 46s

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;
};
dgn-backups.postgresDatabases = [ "crabfit" ];
}

Binary file not shown.

View file

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

View file

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