From 8ea257bfbd45f57ff20703438c29893b9b3547be Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 21 Oct 2025 17:04:45 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:machines/rigel/networking.nix --- machines/rigel/networking.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/machines/rigel/networking.nix b/machines/rigel/networking.nix index 130ecfc..63d6d60 100644 --- a/machines/rigel/networking.nix +++ b/machines/rigel/networking.nix @@ -25,8 +25,9 @@ in ]; ipv6.routes = [ { - address = ipv6Subnet; - prefixLength = lib.toInt ipv6Prefix; + address = "200::"; + prefixLength = 7; + # via = "${ipv6Subnet}1"; } ]; }; @@ -68,6 +69,10 @@ in }; }; + boot.kernel.sysctl = { + "net.ipv6.conf.all.forwarding" = true; + }; + networking.firewall.allowedUDPPorts = [ 53 67