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 = [
|
ipv6.routes = [
|
||||||
{
|
{
|
||||||
address = ipv6Subnet;
|
address = "200::";
|
||||||
prefixLength = lib.toInt ipv6Prefix;
|
prefixLength = 7;
|
||||||
|
# via = "${ipv6Subnet}1";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@@ -68,6 +69,10 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.kernel.sysctl = {
|
||||||
|
"net.ipv6.conf.all.forwarding" = true;
|
||||||
|
};
|
||||||
|
|
||||||
networking.firewall.allowedUDPPorts = [
|
networking.firewall.allowedUDPPorts = [
|
||||||
53
|
53
|
||||||
67
|
67
|
||||||
|
Reference in New Issue
Block a user