peripherals/yubikey: init

This commit is contained in:
Infinidoge 2024-01-05 00:04:26 -05:00
parent 510fc4ae67
commit 325823918b
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA
3 changed files with 28 additions and 0 deletions

View file

@ -2,6 +2,9 @@
programs.gpg = {
enable = true;
homedir = "${config.xdg.dataHome}/gnupg";
scdaemonSettings = {
disable-ccid = true;
};
};
services.gpg-agent = {