From 2504028aa9776cc128169126c4daff91537d6e1c Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 13:13:25 -0500 Subject: [PATCH] 91 current 2025-10-08 13:12:44 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 2 +- modules/system/vpns.nix | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index 4c035be..102ca87 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 90 current 2025-10-08 13:05:11 25.05.20251001.5b5be50 6.12.49 * +# generation: 91 current 2025-10-08 13:12:44 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/modules/system/vpns.nix b/modules/system/vpns.nix index b3ae365..1546dcd 100644 --- a/modules/system/vpns.nix +++ b/modules/system/vpns.nix @@ -48,13 +48,6 @@ in persistentKeepalive = 25; } ]; - postSetup = '' - ip route add default dev wg_piamex table qbittorrent - ip rule add uidrange 2003-2003 lookup qbittorrent - ''; - preShutdown = '' - ip rule del uidrange 2003-2003 lookup qbittorrent - ''; }; };