7 lines
98 B
Nix
Raw Normal View History

2024-08-26 22:10:44 +03:00
{ pkgs, ...}: {
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}