18 current 2025-10-07 00:20:56 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 00:47:30 -05:00
parent de5f4d9522
commit 3adf8072e6

View File

@@ -40,7 +40,7 @@ in
group = "sonarr"; group = "sonarr";
dataDir = "/var/lib/sonarr"; dataDir = "/var/lib/sonarr";
settings = { settings = {
server.port = port; # default: 8989 server.port = cfg.port; # default: 8989
}; };
}; };