summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 2222cc9f..84b2c50c 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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; } ];