diff options
-rw-r--r-- | custom/tinc/yggdrasil.nix | 1 | ||||
-rw-r--r-- | hel.nix | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix index 975d4a3d..5fa76fe1 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix | |||
@@ -4,7 +4,6 @@ | |||
4 | , name | 4 | , name |
5 | , connect ? true | 5 | , connect ? true |
6 | , ipConf ? {} | 6 | , ipConf ? {} |
7 | , ... | ||
8 | }: | 7 | }: |
9 | 8 | ||
10 | 9 | ||
@@ -83,7 +83,8 @@ | |||
83 | ntp.enable = false; | 83 | ntp.enable = false; |
84 | timesyncd.enable = true; | 84 | timesyncd.enable = true; |
85 | 85 | ||
86 | customTinc.networks = (pkgs.callPackage ./custom/tinc/yggdrasil.nix { | 86 | customTinc.networks = ((import ./custom/tinc/yggdrasil.nix) { |
87 | inherit (pkgs) stdenv nettools openresolv; | ||
87 | name = "hel"; | 88 | name = "hel"; |
88 | ipConf = { | 89 | ipConf = { |
89 | ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ]; | 90 | ip4 = [ { address = "10.141.5.1"; prefixLength = 16; } ]; |