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