summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
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 4aa5ca77..ecdf0986 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.3"; prefixLength = 32; } ]; 100 ip4 = [ { address = "10.141.2.3"; prefixLength = 16; } ];
101 }; 101 };
102 }); 102 });
103 uucp = { 103 uucp = {