jackett: port to private store

This commit is contained in:
2024-07-27 01:49:12 +00:00
parent 2e644dc020
commit 8629e2600a

View File

@@ -4,7 +4,7 @@ let
cfg = config.services.jackett;
in
{
sane.persist.sys.byStore.plaintext = [
sane.persist.sys.byStore.private = [
# TODO: mode? we only need this to save Indexer creds ==> migrate to config?
{ user = "root"; group = "root"; path = "/var/lib/jackett"; method = "bind"; }
];