diff options
Diffstat (limited to 'custom/tinc/def.nix')
-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. |