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: a813be071c
("nixos/polkit: don't enable by default")
This commit is contained in:
parent
a21f3437fc
commit
e6c0587ee5
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue