Merge pull request #121246 from thblt/master

nixos/pcscd: ensure polkit rules are loaded (fix #121121)
This commit is contained in:
Luke Granger-Brown 2021-05-01 13:30:45 +01:00 committed by GitHub
commit d76b075e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@ in
environment.etc."reader.conf".source = cfgFile;
environment.systemPackages = [ pkgs.pcsclite ];
systemd.packages = [ (getBin pkgs.pcsclite) ];
systemd.sockets.pcscd.wantedBy = [ "sockets.target" ];