90 current 2025-10-08 13:05:11 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -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: 89 current 2025-10-08 13:03:07 25.05.20251001.5b5be50 6.12.49 *
|
# generation: 90 current 2025-10-08 13:05:11 25.05.20251001.5b5be50 6.12.49 *
|
||||||
{
|
{
|
||||||
description = "blakes nix config";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -48,6 +48,13 @@ in
|
|||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
postUp = ''
|
||||||
|
ip route add default dev wg_piamex table qbittorrent
|
||||||
|
ip rule add uidrange 2003-2003 lookup qbittorrent
|
||||||
|
'';
|
||||||
|
preDown = ''
|
||||||
|
ip rule del uidrange 2003-2003 lookup qbittorrent
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user