diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-02-20 22:47:56 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-02-20 22:47:56 +0100 |
commit | bb20dfd761b9ad171e62270bc7d7c874b88f9e74 (patch) | |
tree | 2e36a00141f0906cfd264aecce88ba4b2189e70d /custom/tinc | |
parent | cf4568d2f5e131a29efaac141fde1ade8e47dd7d (diff) | |
download | nixos-bb20dfd761b9ad171e62270bc7d7c874b88f9e74.tar nixos-bb20dfd761b9ad171e62270bc7d7c874b88f9e74.tar.gz nixos-bb20dfd761b9ad171e62270bc7d7c874b88f9e74.tar.bz2 nixos-bb20dfd761b9ad171e62270bc7d7c874b88f9e74.tar.xz nixos-bb20dfd761b9ad171e62270bc7d7c874b88f9e74.zip |
Syntax
Diffstat (limited to 'custom/tinc')
-rw-r--r-- | custom/tinc/def.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
89 | 89 | ||
90 | networks = mkOption { | 90 | networks = mkOption { |
91 | default = { }; | 91 | default = { }; |
92 | type = types.loaOf (types.submodule networkModule); | 92 | type = types.loaOf (types.submodule { options = networkModule; }); |
93 | description = '' | 93 | description = '' |
94 | Defines the tinc networks which will be started. | 94 | Defines the tinc networks which will be started. |
95 | Each network invokes a different daemon. | 95 | Each network invokes a different daemon. |