From a778d5ff640c1926e6f0487e55c91f8593e88956 Mon Sep 17 00:00:00 2001 From: Fiona Grzebien Date: Thu, 7 Nov 2024 23:17:34 +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"; };