diff options
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ | |||
97 | connect = true; | 97 | connect = true; |
98 | name = "hel"; | 98 | name = "hel"; |
99 | ipConf = { | 99 | ipConf = { |
100 | ip4 = [ { address = "10.141.2.2"; prefixLength = 32; } ]; | 100 | ip4 = [ { address = "10.141.2.3"; prefixLength = 32; } ]; |
101 | }; | 101 | }; |
102 | }); | 102 | }); |
103 | uucp = { | 103 | uucp = { |