From cbdef59539dbd41fc73e2169760144f768f2d74b Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 28 Oct 2024 13:40:55 -0400 Subject: [PATCH] Services: pin GlueTUN version --- hosts/Hevana/default.nix | 5 ++++- modules/services/qbittorrent.nix | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/Hevana/default.nix b/hosts/Hevana/default.nix index fd3f7b8..36277ad 100644 --- a/hosts/Hevana/default.nix +++ b/hosts/Hevana/default.nix @@ -189,7 +189,10 @@ in vpn = { enable = true; privateKey = config.secrets.services.protonvpn.privateKey; - countries = [ "Netherlands" ]; + countries = [ + "Switzerland" + "Netherlands" + ]; }; }; ssh = { diff --git a/modules/services/qbittorrent.nix b/modules/services/qbittorrent.nix index 8f226ad..e71c0a2 100644 --- a/modules/services/qbittorrent.nix +++ b/modules/services/qbittorrent.nix @@ -93,7 +93,7 @@ in }; gluetun = lib.mkIf cfg.vpn.enable { - image = "qmcgaw/gluetun:latest"; + image = "qmcgaw/gluetun:v3"; extraOptions = [ "--cap-add=NET_ADMIN" "--device=/dev/net/tun"