znc module: networks option loaOf -> attrsOf

This commit is contained in:
Eric Sagnes 2016-11-16 16:33:06 +09:00
parent b4d1d37b22
commit 57c4d6f380

View File

@ -208,7 +208,7 @@ in
networks = mkOption {
default = { };
type = with types; loaOf (submodule networkOpts);
type = with types; attrsOf (submodule networkOpts);
description = ''
IRC networks to connect the user to.
'';