users#nrd: init gpg-agent
This commit is contained in:
parent
20f49b2003
commit
4122c25ac0
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user