diff options
-rw-r--r-- | hel.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ | |||
92 | 92 | ||
93 | customTinc.networks = ((import ./custom/tinc/yggdrasil.nix) { | 93 | customTinc.networks = ((import ./custom/tinc/yggdrasil.nix) { |
94 | inherit (pkgs) stdenv nettools openresolv; | 94 | inherit (pkgs) stdenv nettools openresolv; |
95 | connect = true; | ||
95 | name = "hel"; | 96 | name = "hel"; |
96 | ipConf = { | 97 | ipConf = { |
97 | ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ]; | 98 | ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ]; |