mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/General] no longer enable pcscd by default
Very few laptops and computers have a SmartCard reader anyway.
This commit is contained in:
parent
f5b06966f5
commit
fcc5b3377e
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ in {
|
||||||
services.packagekit.enable = mkDefault true;
|
services.packagekit.enable = mkDefault true;
|
||||||
|
|
||||||
# SmartCards
|
# SmartCards
|
||||||
services.pcscd.enable = mkDefault true;
|
#services.pcscd.enable = mkDefault true;
|
||||||
|
|
||||||
networking.networkmanager.plugins = [ pkgs.networkmanager-openvpn ];
|
networking.networkmanager.plugins = [ pkgs.networkmanager-openvpn ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue