diff options
author | Linnnus <[email protected]> | 2024-12-06 08:47:01 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-12-06 08:47:01 +0100 |
commit | 37e0e7010b2fde6adc38e0140828c6653af8c532 (patch) | |
tree | 4ef7ea7cf446da9fa0ec834778fda2e216da13d2 | |
parent | a8f41868ae0195ddb017e1fdd0e168aaff88ca47 (diff) |
ahmed/torrenting: Use unstable qBittorrent (security)
-rw-r--r-- | hosts/ahmed/torrenting/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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. |