summary refs log tree commit diff
path: root/nixos/tests/hitch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/hitch/default.nix')
-rw-r--r--nixos/tests/hitch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/hitch/default.nix b/nixos/tests/hitch/default.nix
index 10612025641..904d12619d7 100644
--- a/nixos/tests/hitch/default.nix
+++ b/nixos/tests/hitch/default.nix
@@ -16,7 +16,7 @@ import ../make-test-python.nix ({ pkgs, ... }:
 
     services.httpd = {
       enable = true;
-      documentRoot = ./example;
+      virtualHosts.localhost.documentRoot = ./example;
       adminAddr = "noone@testing.nowhere";
     };
   };