summary refs log tree commit diff
path: root/nixos/tests/atd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/atd.nix')
-rw-r--r--nixos/tests/atd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/atd.nix b/nixos/tests/atd.nix
index ad4d60067cf..4342e9d7dc1 100644
--- a/nixos/tests/atd.nix
+++ b/nixos/tests/atd.nix
@@ -6,7 +6,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
     maintainers = [ bjornfor ];
   };
 
-  machine =
+  nodes.machine =
     { ... }:
     { services.atd.enable = true;
       users.users.alice = { isNormalUser = true; };