summary refs log tree commit diff
path: root/modules/vpn/ingress.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/vpn/ingress.nix')
-rw-r--r--modules/vpn/ingress.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/vpn/ingress.nix b/modules/vpn/ingress.nix
index d10a2fa..dd7be3e 100644
--- a/modules/vpn/ingress.nix
+++ b/modules/vpn/ingress.nix
@@ -130,7 +130,7 @@ in
             type = "tun";
             tag = inboundName;
             interface_name = egressName;
-            inet4_address = "10.123.255.1/30";
+            address = [ "10.123.255.1/30" ];
             auto_route = false; # we route manually
             strict_route = false;
             endpoint_independent_nat = true;