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