summary refs log tree commit diff
path: root/nixos/tests/power-profiles-daemon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/power-profiles-daemon.nix')
-rw-r--r--nixos/tests/power-profiles-daemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/power-profiles-daemon.nix b/nixos/tests/power-profiles-daemon.nix
index e073677bee9d7..278e94711830a 100644
--- a/nixos/tests/power-profiles-daemon.nix
+++ b/nixos/tests/power-profiles-daemon.nix
@@ -5,7 +5,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
   meta = with pkgs.lib.maintainers; {
     maintainers = [ mvnetbiz ];
   };
-  machine = { pkgs, ... }: {
+  nodes.machine = { pkgs, ... }: {
     services.power-profiles-daemon.enable = true;
     environment.systemPackages = [ pkgs.glib ];
   };