Merge pull request #281421 from SuperSandro2000/pcsc-polkit

This commit is contained in:
Sandro 2024-01-17 15:21:26 +01:00 committed by GitHub
commit 35ef7edaea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,7 +46,7 @@ in
config = mkIf config.services.pcscd.enable {
environment.etc."reader.conf".source = cfgFile;
environment.systemPackages = [ package ];
environment.systemPackages = [ package.out ];
systemd.packages = [ (getBin package) ];
services.pcscd.plugins = [ pkgs.ccid ];