🚀 enable ssh support for yubikey
This commit is contained in:
parent
fcc03ca88c
commit
64891e10cb
2 changed files with 9 additions and 3 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.moritz = {
|
||||
services.gpg-agent = {
|
||||
programs = {
|
||||
ssh.startAgent = false;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 3600;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
};
|
||||
services.pcscd.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue