winstone module: optionSet -> submodule
This commit is contained in:
parent
7e5a24c23a
commit
c16d03ddc5
@ -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.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user