From d44c8983d69b73e4219b6baf12b51eb655bd0d8e Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 00:31:24 -0500 Subject: [PATCH] 143 current 2025-10-09 00:24:29 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- .../homelab/services/qbittorrent/default.nix | 24 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/flake.nix b/flake.nix index 9de9dd8..e4ef183 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 142 current 2025-10-08 23:44:07 25.05.20251006.20c4598 6.12.50 * +# generation: 143 current 2025-10-09 00:24:29 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/qbittorrent/default.nix b/modules/homelab/services/qbittorrent/default.nix index 373e945..2d30f98 100644 --- a/modules/homelab/services/qbittorrent/default.nix +++ b/modules/homelab/services/qbittorrent/default.nix @@ -59,18 +59,18 @@ in }; }; - networking.firewall.extraCommands = '' - iptables -F QBIT - iptables -X QBIT - iptables -N QBIT - iptables -A OUTPUT -m owner --uid-owner ${toString ids} -j QBIT - iptables -A QBIT -o ${vpn_inf} -j ACCEPT - iptables -A QBIT -p udp --dport 53 -o ${vpn_inf} -j ACCEPT - iptables -A QBIT -p tcp --dport 53 -o ${vpn_inf} -j ACCEPT - iptables -A QBIT -p tcp -d 127.0.0.1 --dport ${toString cfg.port} -j ACCEPT - iptables -A QBIT -p tcp -o enp89s0 -d 10.0.0.0/8 --dport ${toString cfg.port} -j ACCEPT - iptables -A QBIT -j DROP - ''; +# networking.firewall.extraCommands = '' +# iptables -F QBIT +# iptables -X QBIT +# iptables -N QBIT +# iptables -A OUTPUT -m owner --uid-owner ${toString ids} -j QBIT +# iptables -A QBIT -o ${vpn_inf} -j ACCEPT +# iptables -A QBIT -p udp --dport 53 -o ${vpn_inf} -j ACCEPT +# iptables -A QBIT -p tcp --dport 53 -o ${vpn_inf} -j ACCEPT +# iptables -A QBIT -p tcp -d 127.0.0.1 --dport ${toString cfg.port} -j ACCEPT +# iptables -A QBIT -p tcp -o enp89s0 -d 10.0.0.0/8 --dport ${toString cfg.port} -j ACCEPT +# iptables -A QBIT -j DROP +# '';