about summary refs log tree commit diff
path: root/nixos/tests/systemd.nix
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2022-03-31 14:41:05 +0200
committerGitHub <noreply@github.com>2022-03-31 14:41:05 +0200
commit16c5f5534dff5fe09cf53a1f08d6d94ef5eadb19 (patch)
tree5abada71131764047594c6e9cca21d933bb05bb7 /nixos/tests/systemd.nix
parent73957ce6aa38a0fa24ee8f367b37f5b77d4eaa1d (diff)
parente2461d62b6c1936b8ab3adcb792ef11693639661 (diff)
Merge pull request #165035 from roberth/nixosTest-remove-machine-arg
nixosTest: remove `machine` syntax sugar
Diffstat (limited to 'nixos/tests/systemd.nix')
-rw-r--r--nixos/tests/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/systemd.nix b/nixos/tests/systemd.nix
index 94805ee5781a1..3317823e03f76 100644
--- a/nixos/tests/systemd.nix
+++ b/nixos/tests/systemd.nix
@@ -1,7 +1,7 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "systemd";
 
-  machine = { lib, ... }: {
+  nodes.machine = { lib, ... }: {
     imports = [ common/user-account.nix common/x11.nix ];
 
     virtualisation.emptyDiskImages = [ 512 512 ];