mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
nixos/cupsd: add udev rules of driver packages
This commit is contained in:
parent
fc7f72e144
commit
376e02c721
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ in
|
|||
environment.etc.cups.source = "/var/lib/cups";
|
||||
|
||||
services.dbus.packages = [ cups.out ] ++ optional polkitEnabled cups-pk-helper;
|
||||
services.udev.packages = cfg.drivers;
|
||||
|
||||
# Allow asswordless printer admin for members of wheel group
|
||||
security.polkit.extraConfig = mkIf polkitEnabled ''
|
||||
|
|
Loading…
Reference in a new issue