nixos/httpd: mark extraSubservices option as deprecated

This commit is contained in:
Aaron Andersen
2019-07-20 18:36:19 -04:00
parent 505df09d50
commit 0fd69629c7
2 changed files with 11 additions and 3 deletions
@@ -637,6 +637,8 @@ in
message = "SSL is enabled for httpd, but sslServerCert and/or sslServerKey haven't been specified."; }
];
warnings = map (cfg: "apache-httpd's extraSubservices option is deprecated. Most existing subservices have been ported to the NixOS module system. Please update your configuration accordingly.") (lib.filter (cfg: cfg.extraSubservices != []) allHosts);
users.users = optionalAttrs (mainCfg.user == "wwwrun") (singleton
{ name = "wwwrun";
group = mainCfg.group;