forked from mirrors/nixpkgs
znc module: optionSet -> submodule (#20096)
This commit is contained in:
parent
5d6eaaa179
commit
7fd38dc8b3
|
@ -208,11 +208,10 @@ in
|
|||
|
||||
networks = mkOption {
|
||||
default = { };
|
||||
type = types.loaOf types.optionSet;
|
||||
type = with types; loaOf (submodule networkOpts);
|
||||
description = ''
|
||||
IRC networks to connect the user to.
|
||||
'';
|
||||
options = [ networkOpts ];
|
||||
example = {
|
||||
"freenode" = {
|
||||
server = "chat.freenode.net";
|
||||
|
|
Loading…
Reference in a new issue