From b04632d19192eaf30a05404287408e58458d1a0d Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 20:35:45 -0500 Subject: [PATCH] 123 current 2025-10-08 20:12:21 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- hosts/snowbelle/configuration.nix | 2 +- modules/homelab/services/qbittorrent/default.nix | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 7ac6e13..30eb135 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 122 current 2025-10-08 20:00:40 25.05.20251006.20c4598 6.12.50 * +# generation: 123 current 2025-10-08 20:12:21 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index e61a996..ecce7b9 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -20,7 +20,7 @@ tailscale.enable = true; vpns.enable = true; vpns.wg_mex = false; - vpn-confinement.enable = true; + vpn-confinement.enable = false; nvidia.enable = true; }; homelab = { diff --git a/modules/homelab/services/qbittorrent/default.nix b/modules/homelab/services/qbittorrent/default.nix index 21d1fa0..85d1462 100644 --- a/modules/homelab/services/qbittorrent/default.nix +++ b/modules/homelab/services/qbittorrent/default.nix @@ -60,11 +60,11 @@ in # Group = "qbittorrent"; }; - # add systemd service to VPN network namespace - vpnConfinement = { - enable = true; - vpnNamespace = "wgmex"; - }; +# # add systemd service to VPN network namespace +# vpnConfinement = { +# enable = true; +# vpnNamespace = "wgmex"; +# }; }; # # open firewall