diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-27 14:20:18 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-27 14:20:18 -0600 |
| commit | 547f98857a46aa48da7345cb7910973ad2ab5922 (patch) | |
| tree | 25dd7885fc4fec1ded2282e32a95253446a4dc7b | |
| parent | e2cbadf78d857864b2bd2480980324a02093bb47 (diff) | |
killswitch broken
| -rw-r--r-- | hosts/ganymede/nixos.nix | 14 |
1 files changed, 0 insertions, 14 deletions
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 |
