users#nrd: init gpg-agent

This commit is contained in:
Timothy DeHerrera 2019-12-15 02:15:12 -07:00
parent 20f49b2003
commit 4122c25ac0
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -47,6 +47,16 @@ in
signByDefault = true;
};
};
services.gng-agent = {
enable = true;
defaultCacheTtl = 1800;
maxCacheTtl = 1800;
defaultCacheTtlSsh = 60480000;
maxCacheTtlSsh = 60480000;
enableSshSupport = true;
grabKeyboardAndMouse = true;
};
};
users.users.nrd = {