Skip to content

Commit

Permalink
nixos/dysnomia: fix documentRoot property
Browse files Browse the repository at this point in the history
(cherry picked from commit 0ffb720)
  • Loading branch information
svanderburg committed Apr 14, 2020
1 parent 8b40e89 commit 6fd93c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/dysnomia.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 6fd93c3

Please sign in to comment.