znc module: networks option loaOf -> attrsOf
This commit is contained in:
parent
b4d1d37b22
commit
57c4d6f380
@ -208,7 +208,7 @@ in
|
|||||||
|
|
||||||
networks = mkOption {
|
networks = mkOption {
|
||||||
default = { };
|
default = { };
|
||||||
type = with types; loaOf (submodule networkOpts);
|
type = with types; attrsOf (submodule networkOpts);
|
||||||
description = ''
|
description = ''
|
||||||
IRC networks to connect the user to.
|
IRC networks to connect the user to.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user