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 0f2801f823
commit c9c81b4036

View file

@ -7,7 +7,17 @@ in
enable = true; 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" = { nginx.virtualHosts."feature.fi33.buzz" = {
forceSSL = true; forceSSL = true;