[Desktop/General] no longer enable pcscd by default

Very few laptops and computers have a SmartCard reader anyway.
This commit is contained in:
Antoine Viallon 2024-04-16 19:14:46 +02:00
parent f5b06966f5
commit fcc5b3377e
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -174,7 +174,7 @@ in {
services.packagekit.enable = mkDefault true;
# SmartCards
services.pcscd.enable = mkDefault true;
#services.pcscd.enable = mkDefault true;
networking.networkmanager.plugins = [ pkgs.networkmanager-openvpn ];