From 151d88187234cc4127665371ed27327d2996664e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 Nov 2015 13:47:16 +0100 Subject: name needs declaration --- ymir.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index 1c9d8aa3..10be9994 100644 --- a/ymir.nix +++ b/ymir.nix @@ -146,6 +146,7 @@ in { ''; services.customTinc.networks = (pkgs.callPackage ./custom/tinc/yggdrasil.nix { + name = config.networking.hostName; connect = false; ipConf = { ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; -- cgit v1.2.3