fix: web-feature template now includes a more fleshed-out backup section

This commit is contained in:
wi11-holdsworth 2025-12-29 14:08:20 +11:00
parent 4502e197bf
commit 6130f543b9

View file

@ -7,7 +7,17 @@ in
enable = true;
};
borgbackup.jobs = feature { };
# borgmatic.settings = {
# source_directories = [ ];
# postgresql_databases = [
# {
# name = "feature";
# hostname = "localhost";
# username = "root";
# password = "{credential systemd borgmatic-pg}";
# }
# ];
# };
nginx.virtualHosts."feature.fi33.buzz" = {
forceSSL = true;