diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 15:07:37 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 15:07:37 +0200 |
commit | e1950b348aafd44487c2da8234815fcfc24a42cd (patch) | |
tree | 08a8e5c74d081d6b7e50fbbe6b2c1f3d00cf4b9a | |
parent | 06dd1785b2b36fd4dea2cc4db12c42c71699f7e4 (diff) | |
download | nixos-e1950b348aafd44487c2da8234815fcfc24a42cd.tar nixos-e1950b348aafd44487c2da8234815fcfc24a42cd.tar.gz nixos-e1950b348aafd44487c2da8234815fcfc24a42cd.tar.bz2 nixos-e1950b348aafd44487c2da8234815fcfc24a42cd.tar.xz nixos-e1950b348aafd44487c2da8234815fcfc24a42cd.zip |
corrected hel ip
-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 = { |