From 65d79125fe89f19ebded9b3552dbd4fc50c794da Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 11 Nov 2022 00:08:44 +0100 Subject: [PATCH] Add restic backups to tt-rss --- systems/ttrss/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systems/ttrss/default.nix b/systems/ttrss/default.nix index ffac402..e6244af 100644 --- a/systems/ttrss/default.nix +++ b/systems/ttrss/default.nix @@ -14,6 +14,12 @@ in port = "8082"; inherit custom; }) + (import "${custom.inputs.self}/modules/restic-server-client" { + path = "/var/lib/ttrss"; + tag = "tt-rss"; + time = "23:00"; + inherit custom; + }) "${custom.inputs.self}/modules/rss-bridge" (import "${custom.inputs.self}/modules/ttrss-postgres" { inherit custom domain; }) ];