From 547f98857a46aa48da7345cb7910973ad2ab5922 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:20:18 -0600 Subject: killswitch broken --- hosts/ganymede/nixos.nix | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'hosts') diff --git a/hosts/ganymede/nixos.nix b/hosts/ganymede/nixos.nix index 373b0d2..5ceb4e6 100644 --- a/hosts/ganymede/nixos.nix +++ b/hosts/ganymede/nixos.nix @@ -58,20 +58,6 @@ }; }; - # kill-switch for qbittorrent traffic - networking.firewall.extraCommands = - # bash - '' - # Allow qbittorrent to talk to itself (WebUI on 127.0.0.1) - iptables -A OUTPUT -o lo -m owner --uid-owner qbittorrent -j ACCEPT - - # Allow all qbittorrent traffic over WireGuard - iptables -A OUTPUT -o wg0 -m owner --uid-owner qbittorrent -j ACCEPT - - # Block everything else from qbittorrent user (kill switch) - iptables -A OUTPUT -m owner --uid-owner qbittorrent -j REJECT - ''; - services.fail2ban.enable = true; # merge logs from subdomains -- cgit v1.3.1