@cryptotaxi247 / infra-1 / commits / 56e2a616

Added the root files

svn path=/configurations/trunk/tud/; revision=8243

Martin Bravenboer committed Mar 6, 2007 at 16:26 UTC 56e2a616883d45bb8736421877713f39f7655bbd
1 file changed +1 -1
main.nix
+1 -1
@@ -86,7 +86,7 @@ rec {
86 };
87
88 rootFiles = webServer : pkgs :
89 - import ../../../services/apache-httpd/subservices/serve-files {
89 + import ../../services/apache-httpd/subservices/serve-files {
90 directory = ./webroot;
91 urlPath = "/";
92 inherit (pkgs) stdenv;