refactor: separate ssh-agent from gpg-agent
This commit is contained in:
parent
2164f618f4
commit
2a395c6814
1 changed files with 1 additions and 2 deletions
|
|
@ -13,10 +13,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
# GPG agent settings
|
||||
# GPG agent settings (only for GPG/pass, NOT for SSH)
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 3600;
|
||||
enableSshSupport = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue