mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 00:20:33 +01:00
Change IP of beleht to ::2
This commit is contained in:
parent
51181fcd1a
commit
0bf22732c4
|
@ -22,7 +22,7 @@
|
||||||
ipv6 = {
|
ipv6 = {
|
||||||
addresses = [
|
addresses = [
|
||||||
{
|
{
|
||||||
address = "2a01:4f8:10a:1aab::1";
|
address = "2a01:4f8:10a:1aab::2";
|
||||||
prefixLength = 64;
|
prefixLength = 64;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
# networking.nat.enable = true;
|
|
||||||
# networking.nat.externalInterface = "enp0s31f6";
|
|
||||||
# networking.nat.internalInterfaces = "wg0";
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedUDPPorts = [51820];
|
allowedUDPPorts = [51820];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue