From ec1cce4c218f32d8fa209b30e093e5da9d95fb50 Mon Sep 17 00:00:00 2001 From: rasmus-kirk Date: Sat, 14 Jun 2025 16:00:56 +0200 Subject: [PATCH] fmt --- nixarr/sabnzbd/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixarr/sabnzbd/default.nix b/nixarr/sabnzbd/default.nix index 0099f58..dc0906c 100644 --- a/nixarr/sabnzbd/default.nix +++ b/nixarr/sabnzbd/default.nix @@ -112,7 +112,9 @@ in { host = if cfg.openFirewall then "0.0.0.0" - else if cfg.vpn.enable then "192.168.15.1" else "127.0.0.1"; + else if cfg.vpn.enable + then "192.168.15.1" + else "127.0.0.1"; port = cfg.guiPort; download_dir = "${nixarr.mediaDir}/usenet/.incomplete"; complete_dir = "${nixarr.mediaDir}/usenet/manual";