summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-14 15:07:37 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-14 15:07:37 +0200
commite1950b348aafd44487c2da8234815fcfc24a42cd (patch)
tree08a8e5c74d081d6b7e50fbbe6b2c1f3d00cf4b9a /hel.nix
parent06dd1785b2b36fd4dea2cc4db12c42c71699f7e4 (diff)
downloadnixos-e1950b348aafd44487c2da8234815fcfc24a42cd.tar
nixos-e1950b348aafd44487c2da8234815fcfc24a42cd.tar.gz
nixos-e1950b348aafd44487c2da8234815fcfc24a42cd.tar.bz2
nixos-e1950b348aafd44487c2da8234815fcfc24a42cd.tar.xz
nixos-e1950b348aafd44487c2da8234815fcfc24a42cd.zip
corrected hel ip
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 3fe40f35..4aa5ca77 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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 = {