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