summary refs log tree commit diff
path: root/nixos/tests/nghttpx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/nghttpx.nix')
-rw-r--r--nixos/tests/nghttpx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nghttpx.nix b/nixos/tests/nghttpx.nix
index d41fa01aa9a..11611bfe106 100644
--- a/nixos/tests/nghttpx.nix
+++ b/nixos/tests/nghttpx.nix
@@ -15,7 +15,7 @@ in
 
         services.nginx = {
           enable = true;
-          virtualHosts."server" = {
+          virtualHosts.server = {
             locations."/".root = nginxRoot;
           };
         };