diff options
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||