tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
winstone module: optionSet -> submodule
Eric Sagnes
9 years ago
c16d03dd
7e5a24c2
+1
-2
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
web-servers
winstone.nix
+1
-2
nixos/modules/services/web-servers/winstone.nix
···
113
113
options = {
114
114
services.winstone = mkOption {
115
115
default = {};
116
116
-
type = types.attrsOf types.optionSet;
117
117
-
options = [ winstoneOpts ];
116
116
+
type = with types; attrsOf (submodule winstoneOpts);
118
117
description = ''
119
118
Defines independent Winstone services, each serving one WAR-file.
120
119
'';