Unverified Commit e6c0587e authored by Alyssa Ross's avatar Alyssa Ross
Browse files

nixosTests.power-profiles-daemon: enable polkit

I think this is required for the gdbus invocations used to implement
the test, rather than for power-profiles-daemon itself.

Fixes: a813be07 ("nixos/polkit: don't enable by default")
parent a21f3437
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
    maintainers = [ mvnetbiz ];
  };
  nodes.machine = { pkgs, ... }: {
    security.polkit.enable = true;
    services.power-profiles-daemon.enable = true;
    environment.systemPackages = [ pkgs.glib ];
  };