diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -145,7 +145,9 @@ in { | |||
145 | chmod 0640 /etc/shadow | 145 | chmod 0640 /etc/shadow |
146 | ''; | 146 | ''; |
147 | 147 | ||
148 | services.customTinc.networks = (pkgs.callPackage ./custom/tinc/yggdrasil.nix { | 148 | services.customTinc.networks = ((import ./custom/tinc/yggdrasil.nix) { |
149 | inherit (pkgs) stdenv nettools openresolv; | ||
150 | name = "ymir"; | ||
149 | connect = false; | 151 | connect = false; |
150 | ipConf = { | 152 | ipConf = { |
151 | ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; | 153 | ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; |