diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 13:23:17 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 13:23:17 +0200 |
commit | 66af188478d32def674c98085fabeb95fc3d5da7 (patch) | |
tree | dbd259bc3976672bf1cea017640fb5049ab3f2cd | |
parent | a3ab77dca4b19af47dc0debf54c9c8b0ddc7d564 (diff) | |
download | nixos-66af188478d32def674c98085fabeb95fc3d5da7.tar nixos-66af188478d32def674c98085fabeb95fc3d5da7.tar.gz nixos-66af188478d32def674c98085fabeb95fc3d5da7.tar.bz2 nixos-66af188478d32def674c98085fabeb95fc3d5da7.tar.xz nixos-66af188478d32def674c98085fabeb95fc3d5da7.zip |
correct ip for hel
-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 | }; |