Merge pull request #227065 from alyssais/nixosTests.power-profiles-daemon-polkit

nixosTests.power-profiles-daemon: enable polkit
This commit is contained in:
Martin Weinelt 2023-04-19 18:29:40 +02:00 committed by GitHub
commit daf84cf56c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};