rice/hosts/alice/gpg.nix

8 lines
115 B
Nix
Raw Normal View History

2024-06-05 11:21:21 +02:00
{
2024-01-19 15:36:08 +01:00
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
};
}