From 1c247439112f8c962cb5330bcafaaa78977bc89f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 21 Sep 2023 11:31:00 +0200 Subject: [PATCH] shinobu/router: Fix naming of subnets in rules This has no practical effect, but did cause confusion. --- machines/shinobu/services/router.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/shinobu/services/router.nix b/machines/shinobu/services/router.nix index 1b13a91..afaed2c 100644 --- a/machines/shinobu/services/router.nix +++ b/machines/shinobu/services/router.nix @@ -223,7 +223,7 @@ in # LAN (v4) { routingPolicyRuleConfig = { - To = "10.80.0.0/24"; + To = "10.80.1.0/24"; Priority = 9; }; } @@ -237,7 +237,7 @@ in # wg-home { routingPolicyRuleConfig = { - To = "10.80.1.0/24"; + To = "10.80.0.0/24"; Priority = 9; }; }