Add restic backups to tt-rss

This commit is contained in:
Andreas Zweili 2022-11-11 00:08:44 +01:00
parent d54c2c6998
commit 65d79125fe
1 changed files with 6 additions and 0 deletions

View File

@ -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; })
];