From 0d4e44acddd1041ad379fb9c7826aa6de06112ce Mon Sep 17 00:00:00 2001 From: fi Date: Wed, 20 Nov 2024 05:46:41 +0100 Subject: [PATCH] Switch torrent host to nixpkgs unstable since qbittorrent-nox 4.6.4 is insecure --- hosts.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts.nix b/hosts.nix index f954830..2729070 100644 --- a/hosts.nix +++ b/hosts.nix @@ -110,6 +110,7 @@ in environment = "proxmox"; }; torrent = { + hostNixpkgs = nixpkgs-unstable; site = "vs"; environment = "proxmox"; };