Install qbittorrent from master
as the package on 24.05 channel has a vulnerability
This commit is contained in:
parent
715276f7c7
commit
bae82fdec3
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue