summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-14 13:23:17 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-14 13:23:17 +0200
commit66af188478d32def674c98085fabeb95fc3d5da7 (patch)
treedbd259bc3976672bf1cea017640fb5049ab3f2cd
parenta3ab77dca4b19af47dc0debf54c9c8b0ddc7d564 (diff)
downloadnixos-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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 6830ad26..3531ded5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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 };