openvpn module: optionSet -> submodule

This commit is contained in:
Eric Sagnes 2016-09-11 18:35:23 +09:00
parent 775d98acbc
commit 8d58771b94
1 changed files with 44 additions and 42 deletions

View File

@ -116,7 +116,7 @@ in
attribute name.
'';
type = types.attrsOf types.optionSet;
type = with types; attrsOf (submodule {
options = {
@ -163,6 +163,8 @@ in
};
});
};
};