Change IP of beleht to ::2

This commit is contained in:
xqtc161 2024-06-15 22:59:09 +02:00
parent 51181fcd1a
commit 0bf22732c4
2 changed files with 1 additions and 4 deletions

View file

@ -22,7 +22,7 @@
ipv6 = { ipv6 = {
addresses = [ addresses = [
{ {
address = "2a01:4f8:10a:1aab::1"; address = "2a01:4f8:10a:1aab::2";
prefixLength = 64; prefixLength = 64;
} }
]; ];

View file

@ -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];
}; };