nixos/dysnomia: fix documentRoot property

This commit is contained in:
Sander van der Burg 2020-04-14 14:30:34 +02:00 committed by Sander van der Burg
parent dc13460a6c
commit 0ffb720e8c

View File

@ -177,7 +177,7 @@ in
wrapper = {};
}
// lib.optionalAttrs (config.services.httpd.enable) { apache-webapplication = {
documentRoot = config.services.httpd.documentRoot;
documentRoot = config.services.httpd.virtualHosts.localhost.documentRoot;
}; }
// lib.optionalAttrs (config.services.tomcat.axis2.enable) { axis2-webservice = {}; }
// lib.optionalAttrs (config.services.ejabberd.enable) { ejabberd-dump = {