From 37e0e7010b2fde6adc38e0140828c6653af8c532 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Fri, 6 Dec 2024 08:47:01 +0100 Subject: ahmed/torrenting: Use unstable qBittorrent (security) --- hosts/ahmed/torrenting/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts/ahmed') diff --git a/hosts/ahmed/torrenting/default.nix b/hosts/ahmed/torrenting/default.nix index c8e498b..39046b8 100644 --- a/hosts/ahmed/torrenting/default.nix +++ b/hosts/ahmed/torrenting/default.nix @@ -13,6 +13,11 @@ services.qbittorrent = { enable = true; + + # We need unstable until at least 5.0.1 becomes part of stable nixpkgs. + # See: https://sharpsec.run/rce-vulnerability-in-qbittorrent/ + package = pkgs.unstable.qbittorrent-nox; + settings = { Preferences = { # Configure credentials. This should be safe to keep here, since the password is hashed. -- cgit v1.2.3