From 1fac4db0053461c227e0e395244c1e4a5370194a Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 19:45:23 -0500 Subject: [PATCH] 117 current 2025-10-08 19:07:36 25.05.20251006.20c4598 6.12.50 * --- modules/system/vpn-confinement.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/modules/system/vpn-confinement.nix b/modules/system/vpn-confinement.nix index 9dc95dd..6eb1fb7 100644 --- a/modules/system/vpn-confinement.nix +++ b/modules/system/vpn-confinement.nix @@ -13,7 +13,6 @@ in default = false; description = "enable pia vpn to mexico using openvpn"; }; - }; config = lib.mkIf cfg.enable { @@ -34,15 +33,9 @@ in }]; }; - # Addd systemd service to VPN network namespace - systemd.services.transmission.vpnConfinement = { - enable = true; - vpnNamespace = "wg"; - }; - # secrets only if VPN is enabled sops.secrets = { - "vpncon_mex_config" = { owner = "root"; group = "root"; } + "vpncon_mex_config" = { owner = "root"; group = "root"; }; }; }; }