0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

rtkit: Update from 0.10 to 0.11

This commit is contained in:
Rickard Nilsson 2014-04-18 12:21:20 +02:00
parent 3ad27289fc
commit 5db9287b7c
2 changed files with 13 additions and 4 deletions

View file

@ -25,8 +25,13 @@ with lib;
config = mkIf config.security.rtkit.enable {
security.polkit.enable = true;
# To make polkit pickup rtkit policies
environment.systemPackages = [ pkgs.rtkit ];
systemd.packages = [ pkgs.rtkit ];
services.dbus.packages = [ pkgs.rtkit ];
users.extraUsers = singleton