diff options
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 58c5237c..a3bb00a0 100644 --- a/custom/tinc/def.nix +++ b/custom/tinc/def.nix | |||
@@ -18,7 +18,7 @@ in | |||
18 | 18 | ||
19 | networks = mkOption { | 19 | networks = mkOption { |
20 | default = { }; | 20 | default = { }; |
21 | type = types.loaOf types.optionSet; | 21 | type = types.loaOf types.submodule; |
22 | description = '' | 22 | description = '' |
23 | Defines the tinc networks which will be started. | 23 | Defines the tinc networks which will be started. |
24 | Each network invokes a different daemon. | 24 | Each network invokes a different daemon. |