9 lines
113 B
Nix
9 lines
113 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
programs.gnupg.agent = {
|
|
enable = true;
|
|
enableSSHSupport = true;
|
|
};
|
|
}
|