mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/rigel/networking.nix
This commit is contained in:
2025-10-21 17:04:45 +07:00
parent 238f449a47
commit 8ea257bfbd

View File

@@ -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