Remove exception for insecure qbittorrent
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m57s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m57s
This commit is contained in:
parent
b55db2cbf9
commit
69c3e90826
@ -10,11 +10,6 @@ in {
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
/* Potential Remote Code Execution https://www.openwall.com/lists/oss-security/2024/10/30/4 */
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"qbittorrent-4.6.4"
|
||||
];
|
||||
|
||||
user.packages = with pkgs; [
|
||||
qbittorrent
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user