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