From a226bf6ba053ea8cc7ae79687728703e7e10211d Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 13:22:47 -0500 Subject: [PATCH] 156 current 2025-10-09 12:56:31 25.05.20251006.20c4598 6.12.50 * --- hosts/snowbelle/configuration.nix | 16 ++++++++-------- modules/homelab/services/qbittorrent/default.nix | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 2495dbb..eb4ad15 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -30,13 +30,13 @@ nginx-proxy.enable = true; }; services = { - #jellyfin.enable = true; - #vaultwarden.enable = true; + jellyfin.enable = true; + vaultwarden.enable = true; gitea.enable = true; qbittorrent.enable = true; prowlarr.enable = true; - flaresolverr.enable = true; - bazarr.enable = true; + #flaresolverr.enable = true; + #bazarr.enable = true; radarr.enable = true; sonarr.enable = true; }; @@ -136,10 +136,10 @@ 7102 # srv - yacreader 7103 # srv - qbittorrent 7104 # srv - prowlarr - 7105 # srv - flaresolverr - 7106 # srv - bazarr - 7107 # srv - sonarr - 7108 # srv - radarr + 7105 # srv - bazarr + 7106 # srv - sonarr + 7107 # srv - radarr + 7120 # srv - flaresolverr 5701 # srv - archivebox 7502 # srv - kiwix 7567 # srv - gitea ssh diff --git a/modules/homelab/services/qbittorrent/default.nix b/modules/homelab/services/qbittorrent/default.nix index 9f2ea2c..34c763b 100644 --- a/modules/homelab/services/qbittorrent/default.nix +++ b/modules/homelab/services/qbittorrent/default.nix @@ -84,8 +84,8 @@ in # bind to network interface but allow local access to webui networking.firewall.extraCommands = '' - iptables -F QBIT - iptables -X QBIT + iptables -F QBIT 2>/dev/null || true + iptables -X QBIT 2>/dev/null || true iptables -N QBIT iptables -A OUTPUT -m owner --uid-owner ${toString cfg.ids} -j QBIT iptables -A QBIT -o ${cfg.vpn_inf} -j ACCEPT