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 = { options = {
services.winstone = mkOption { services.winstone = mkOption {
default = {}; default = {};
type = types.attrsOf types.optionSet; type = with types; attrsOf (submodule winstoneOpts);
options = [ winstoneOpts ];
description = '' description = ''
Defines independent Winstone services, each serving one WAR-file. Defines independent Winstone services, each serving one WAR-file.
''; '';