replace ssh-agent -> gpg-agent
This commit is contained in:
parent
4bff10f288
commit
9eeaa1179b
2 changed files with 9 additions and 9 deletions
|
|
@ -113,12 +113,12 @@
|
|||
libargon2
|
||||
];
|
||||
|
||||
# services.pcscd.enable = true;
|
||||
# programs = {
|
||||
# gnupg.agent = {
|
||||
# enable = true;
|
||||
# pinentryPackage = pkgs.pinentry-curses;
|
||||
# enableSSHSupport = true;
|
||||
# };
|
||||
# };
|
||||
services.pcscd.enable = true;
|
||||
programs = {
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
# pinentryPackage = pkgs.pinentry-curses;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue