91 current 2025-10-08 13:12:44 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-08 13:13:25 -05:00
parent 5937ca3546
commit 2504028aa9
2 changed files with 1 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # 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"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -48,13 +48,6 @@ in
persistentKeepalive = 25; 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
'';
}; };
}; };