fix(prowlarr): data dir doesn't seem to be supported properly, just use default data dir at /var/lib

This commit is contained in:
Will Holdsworth 2026-03-01 13:40:40 +11:00
parent cab4e8fd57
commit aab63b78ec
Signed by: will-holdsworth
SSH key fingerprint: SHA256:Ykee8aymMJNAiYeeEmiwcIzkA1wgd4v8OZcWGxjq12c

View file

@ -6,12 +6,13 @@ in
services = {
prowlarr = {
enable = true;
dataDir = "/srv/prowlarr";
settings.server = {
inherit port;
};
};
borgmatic.settings.source_directories = [ "/var/lib/prowlarr" ];
caddy.virtualHosts."prowlarr.fi33.buzz".extraConfig = ''
reverse_proxy localhost:${toString port}
tls ${certloc}/cert.pem ${certloc}/key.pem {