From e5d8a20a847021784666e6fa94cd58155ab406f7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 3 Nov 2015 22:30:11 +0100 Subject: syntax poking --- ymir.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index ef01d781..9b8ea898 100644 --- a/ymir.nix +++ b/ymir.nix @@ -140,11 +140,12 @@ in { members = [ "gkleen" ]; }; -} // (callPackage ./custom/tinc/yggdrasil.nix ({ +} // ((import ./custom/tinc/yggdrasil.nix) { + inherit config pkgs; name = "ymir"; ip = { ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; }; -})) +}) -- cgit v1.2.3