diff options
Diffstat (limited to 'hosts/ahmed/torrenting')
-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. |