From bae82fdec30933a80324455b83ecec7a89006565 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Fri, 8 Nov 2024 22:17:18 +0100 Subject: [PATCH] Install qbittorrent from master as the package on 24.05 channel has a vulnerability --- modules/qbittorrent/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/qbittorrent/default.nix b/modules/qbittorrent/default.nix index 810685b..6065479 100644 --- a/modules/qbittorrent/default.nix +++ b/modules/qbittorrent/default.nix @@ -59,7 +59,7 @@ in serviceConfig = { Restart = "always"; - ExecStart = "${pkgs.qbittorrent-nox}/bin/qbittorrent-nox --profile=${cfg.configDir} --webui-port=${toString cfg.webuiPort}"; + ExecStart = "${pkgs.master.qbittorrent-nox}/bin/qbittorrent-nox --profile=${cfg.configDir} --webui-port=${toString cfg.webuiPort}"; User = "qbittorrent"; Group = "qbittorrent";