nixos/tests/hibernate: fix eval

by removing duplicate `nodes`
This commit is contained in:
Artturin 2022-04-03 21:35:05 +03:00
parent 21299f3dd3
commit 65725c1637

View File

@ -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