peripherals/yubikey: init
This commit is contained in:
parent
510fc4ae67
commit
325823918b
3 changed files with 28 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
programs.gpg = {
|
||||
enable = true;
|
||||
homedir = "${config.xdg.dataHome}/gnupg";
|
||||
scdaemonSettings = {
|
||||
disable-ccid = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue