lol

winstone module: optionSet -> submodule

+1 -2
+1 -2
nixos/modules/services/web-servers/winstone.nix
··· 113 113 options = { 114 114 services.winstone = mkOption { 115 115 default = {}; 116 - type = types.attrsOf types.optionSet; 117 - options = [ winstoneOpts ]; 116 + type = with types; attrsOf (submodule winstoneOpts); 118 117 description = '' 119 118 Defines independent Winstone services, each serving one WAR-file. 120 119 '';