From c9c81b403690780a205c3670a6adecc682ad701a Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Mon, 29 Dec 2025 14:08:20 +1100 Subject: [PATCH] fix: web-feature template now includes a more fleshed-out backup section --- modules/templates/web-feature.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/modules/templates/web-feature.nix b/modules/templates/web-feature.nix index 98eba78..ef07755 100644 --- a/modules/templates/web-feature.nix +++ b/modules/templates/web-feature.nix @@ -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;