2024-03-24 12:14:10 -04:00

9 lines
113 B
Nix

{ config, lib, pkgs, ... }:
{
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}