winstone module: optionSet -> submodule

This commit is contained in:
Eric Sagnes 2016-09-11 18:47:45 +09:00
parent 7e5a24c23a
commit c16d03ddc5

View file

@ -113,8 +113,7 @@ in {
options = {
services.winstone = mkOption {
default = {};
type = types.attrsOf types.optionSet;
options = [ winstoneOpts ];
type = with types; attrsOf (submodule winstoneOpts);
description = ''
Defines independent Winstone services, each serving one WAR-file.
'';