From bb20dfd761b9ad171e62270bc7d7c874b88f9e74 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 20 Feb 2017 22:47:56 +0100 Subject: Syntax --- custom/tinc/def.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/tinc') diff --git a/custom/tinc/def.nix b/custom/tinc/def.nix index 98174eb6..563335ad 100644 --- a/custom/tinc/def.nix +++ b/custom/tinc/def.nix @@ -89,7 +89,7 @@ in networks = mkOption { default = { }; - type = types.loaOf (types.submodule networkModule); + type = types.loaOf (types.submodule { options = networkModule; }); description = '' Defines the tinc networks which will be started. Each network invokes a different daemon. -- cgit v1.2.3