diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 13:19:33 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-14 13:19:33 +0200 |
commit | 4185d9aeb3a7a371da4cc231869b39bf628212db (patch) | |
tree | ce679a81aa3e9b4fa2fb8ae08b4432d5c834d9b2 | |
parent | f8fdf9996dc9f3bd6bebffec4265995c75f7ce9d (diff) | |
download | nixos-4185d9aeb3a7a371da4cc231869b39bf628212db.tar nixos-4185d9aeb3a7a371da4cc231869b39bf628212db.tar.gz nixos-4185d9aeb3a7a371da4cc231869b39bf628212db.tar.bz2 nixos-4185d9aeb3a7a371da4cc231869b39bf628212db.tar.xz nixos-4185d9aeb3a7a371da4cc231869b39bf628212db.zip |
explicitely connect to tinc network
-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; } ]; |