diff --git a/nixos/tests/hibernate.nix b/nixos/tests/hibernate.nix index f81033b846ae..032ac6527bc7 100644 --- a/nixos/tests/hibernate.nix +++ b/nixos/tests/hibernate.nix @@ -39,7 +39,7 @@ in makeTest { nodes = { # System configuration used for installing the installedConfig from above. - nodes.machine = { config, lib, pkgs, ... }: with lib; { + machine = { config, lib, pkgs, ... }: with lib; { imports = [ ../modules/profiles/installation-device.nix ../modules/profiles/base.nix