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 3fec134f..158ab2fa 100644
--- a/hel.nix
+++ b/hel.nix
@@ -195,7 +195,7 @@
195 connect = true; 195 connect = true;
196 name = "hel"; 196 name = "hel";
197 interfaceConfig = { 197 interfaceConfig = {
198 ip4 = [ { address = "10.141.2.3"; prefixLength = 16; } ]; 198 ipv4.addresses = [ { address = "10.141.2.3"; prefixLength = 16; } ];
199 }; 199 };
200 }; 200 };
201 201