about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/grocy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/grocy.nix')
-rw-r--r--nixpkgs/nixos/tests/grocy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/grocy.nix b/nixpkgs/nixos/tests/grocy.nix
index 2be5c24ecb55..fe0ddd341486 100644
--- a/nixpkgs/nixos/tests/grocy.nix
+++ b/nixpkgs/nixos/tests/grocy.nix
@@ -4,7 +4,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     maintainers = [ ma27 ];
   };
 
-  machine = { pkgs, ... }: {
+  nodes.machine = { pkgs, ... }: {
     services.grocy = {
       enable = true;
       hostName = "localhost";