mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/rigel/networking.nix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user