diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ in { | |||
146 | ''; | 146 | ''; |
147 | 147 | ||
148 | services.customTinc.networks = (pkgs.callPackage ./custom/tinc/yggdrasil.nix { | 148 | services.customTinc.networks = (pkgs.callPackage ./custom/tinc/yggdrasil.nix { |
149 | name = config.networking.hostName; | ||
149 | connect = false; | 150 | connect = false; |
150 | ipConf = { | 151 | ipConf = { |
151 | ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; | 152 | ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; |