diff --git a/configuration.nix b/configuration.nix index 7e140ae..dd78d40 100644 --- a/configuration.nix +++ b/configuration.nix @@ -108,6 +108,17 @@ "1.0.0.1" ]; + interfaces.enp0s31f6q = { + ipv6.addresses = [{ + address = "2001:7d0:84a6:5900:263a:6e9b:63e4:3b82"; + prefixLength = 64; + }]; + ipv4.addresses = [{ + address = "192.168.1.131"; + prefixLength = 24; + }]; + }; + firewall = { enable = true; allowedUDPPortRanges = with config.services.coturn; [