nixosTests.power-profiles-daemon: enable polkit
I think this is required for the gdbus invocations used to implementthe test, rather than for power-profiles-daemon itself.Fixes: a813be071ce ("nixos/polkit: don't enable by default")
Alyssa Ross 2 years ago e6c0587e a21f3437
··· 6 6 maintainers = [ mvnetbiz ]; 7 7 }; 8 8 nodes.machine = { pkgs, ... }: { 9 9 + security.polkit.enable = true; 9 10 services.power-profiles-daemon.enable = true; 10 11 environment.systemPackages = [ pkgs.glib ]; 11 12 };