summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 1c9d8aa3..10be9994 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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; } ];