summary refs log tree commit diff
path: root/nixos/tests/graylog.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/graylog.nix')
-rw-r--r--nixos/tests/graylog.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/graylog.nix b/nixos/tests/graylog.nix
index 572904f60d5..23f426fc7af 100644
--- a/nixos/tests/graylog.nix
+++ b/nixos/tests/graylog.nix
@@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
   name = "graylog";
   meta.maintainers = with lib.maintainers; [ ];
 
-  machine = { pkgs, ... }: {
+  nodes.machine = { pkgs, ... }: {
     virtualisation.memorySize = 4096;
     virtualisation.diskSize = 4096;