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