Skip to content

Commit cf48f50

Browse files
committed
add host and port default value to sabnzbd download client conf
1 parent 0458122 commit cf48f50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/arr-common/mkArrServiceModule.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ in {
149149
name = "SABnzbd";
150150
implementationName = "SABnzbd";
151151
inherit (config.nixflix.sabnzbd) apiKeyPath;
152+
inherit (config.nixflix.sabnzbd.settings) host;
153+
inherit (config.nixflix.sabnzbd.settings) port;
152154
urlBase = config.nixflix.sabnzbd.settings.url_base;
153155
}
154156
]

0 commit comments

Comments
 (0)