From 6130f543b933164a10bbb083b1fc1697782d5758 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 ab1b9f0..6240e4e 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;