about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/nginx-pubhtml.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/nginx-pubhtml.nix')
-rw-r--r--nixpkgs/nixos/tests/nginx-pubhtml.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/nginx-pubhtml.nix b/nixpkgs/nixos/tests/nginx-pubhtml.nix
index 6e1e605628e9..bff24c99d41a 100644
--- a/nixpkgs/nixos/tests/nginx-pubhtml.nix
+++ b/nixpkgs/nixos/tests/nginx-pubhtml.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix {
   name = "nginx-pubhtml";
 
-  machine = { pkgs, ... }: {
+  nodes.machine = { pkgs, ... }: {
     systemd.services.nginx.serviceConfig.ProtectHome = "read-only";
     services.nginx.enable = true;
     services.nginx.virtualHosts.localhost = {