modules/services/web-servers/apache-httpd: rename 'apacheHttpd' option to 'package'

This commit is contained in:
Peter Simons 2012-07-24 01:01:48 +02:00
parent b3627f6c69
commit e8e19bbb1f
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ let
mainCfg = config.services.httpd;
httpd = mainCfg.apacheHttpd;
httpd = mainCfg.package;
httpdConf = mainCfg.configFile;
@ -405,7 +405,7 @@ in
";
};
apacheHttpd = mkOption {
package = mkOption {
default = pkgs.apacheHttpd.override { mpm = mainCfg.multiProcessingModule; };
example = "pkgs.apacheHttpd_2_4";
description = "