about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/systemd-escaping.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/systemd-escaping.nix')
-rw-r--r--nixpkgs/nixos/tests/systemd-escaping.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/systemd-escaping.nix b/nixpkgs/nixos/tests/systemd-escaping.nix
index 7f93eb5e4f70..29d2ed1aa352 100644
--- a/nixpkgs/nixos/tests/systemd-escaping.nix
+++ b/nixpkgs/nixos/tests/systemd-escaping.nix
@@ -14,7 +14,7 @@ in
 {
   name = "systemd-escaping";
 
-  machine = { pkgs, lib, utils, ... }: {
+  nodes.machine = { pkgs, lib, utils, ... }: {
     systemd.services.echo =
       assert !(builtins.tryEval (utils.escapeSystemdExecArgs [ [] ])).success;
       assert !(builtins.tryEval (utils.escapeSystemdExecArgs [ {} ])).success;