mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:06:12 +01:00
8 lines
110 B
Nix
8 lines
110 B
Nix
{
|
|
services.gpg-agent = {
|
|
enable = true;
|
|
defaultCacheTtl = 1800;
|
|
enableSshSupport = true;
|
|
};
|
|
}
|