arr-init: fix bazarr-init config path and API key extraction

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-02-19 21:57:00 -05:00
parent a57570ce80
commit 8ced6a530c
2 changed files with 6 additions and 5 deletions

View File

@@ -97,7 +97,7 @@
services.bazarrInit = {
enable = true;
dataDir = service_configs.bazarr.dataDir;
dataDir = "/var/lib/bazarr";
port = service_configs.ports.bazarr;
sonarr = {
enable = true;