mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: reenable ssh agent, gpg did not work
This commit is contained in:
@@ -189,12 +189,9 @@ in {
|
||||
home-manager.users.me = {
|
||||
services.gpg-agent = rec {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
enableZshIntegration = true;
|
||||
defaultCacheTtl = 2 * 60 * 60;
|
||||
defaultCacheTtlSsh = defaultCacheTtl;
|
||||
maxCacheTtl = 4 * defaultCacheTtl;
|
||||
maxCacheTtlSsh = maxCacheTtl;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user