Skip to content

Commit

Permalink
Make yubikey touch detector log verbose output to debug high CPU usage
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Dec 13, 2024
1 parent b223b95 commit 1632d24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
# image = "anime/gruvbox/boonies.png";
# image = "anime/dan-da-dan/op/okarun1.png";
# image = "anime/dan-da-dan/op/okarun2.png";
image = "anime/dan-da-dan/op/okarun3.png";
image = "anime/dan-da-dan/op/okarun3-gruvbox.png";
# image = "anime/dan-da-dan/op/okarun4.png";
# image = "anime/dan-da-dan/op/okarun5.png";
# image = "anime/dan-da-dan/op/jiji1.png";
Expand Down
5 changes: 4 additions & 1 deletion modules/nixos/security/yubikey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ in
yubikey-manager
];

programs.yubikey-touch-detector.enable = lib.mkDefault true;
programs.yubikey-touch-detector = {
enable = lib.mkDefault true;
verbose = true;
};

services = {
pcscd.enable = true; # smartcard device
Expand Down

0 comments on commit 1632d24

Please sign in to comment.