znc module: networks option loaOf -> attrsOf
This commit is contained in:
@@ -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.
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user