about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/loki.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/loki.nix')
-rw-r--r--nixpkgs/nixos/tests/loki.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/loki.nix b/nixpkgs/nixos/tests/loki.nix
index 0c6dff3fdf13..470f80e9db63 100644
--- a/nixpkgs/nixos/tests/loki.nix
+++ b/nixpkgs/nixos/tests/loki.nix
@@ -7,7 +7,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }:
     maintainers = [ willibutz ];
   };
 
-  machine = { ... }: {
+  nodes.machine = { ... }: {
     services.loki = {
       enable = true;
       configFile = "${pkgs.grafana-loki.src}/cmd/loki/loki-local-config.yaml";