summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 6830ad26..3531ded5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -95,7 +95,7 @@
95 connect = true; 95 connect = true;
96 name = "hel"; 96 name = "hel";
97 ipConf = { 97 ipConf = {
98 ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ]; 98 ip4 = [ { address = "10.141.2.2"; prefixLength = 32; } ];
99 }; 99 };
100 }); 100 });
101 }; 101 };