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