From b653debbaef45fc68d5ac678dd4e9e91e4c2c407 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 2 Mar 2026 20:01:54 -0500 Subject: [PATCH] qbt: disable UPnP --- services/qbittorrent.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 3bbf36f..c09bb35 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -123,6 +123,8 @@ # port forwarding PortForwardingEnabled = false; }; + + Session.UseUPnP = false; }; };