diff --git a/modules/utils/auth.nix b/modules/utils/auth.nix index 39b0003..083b3c1 100644 --- a/modules/utils/auth.nix +++ b/modules/utils/auth.nix @@ -32,4 +32,10 @@ }; }; }; + + programs.gnupg.agent = { + enable = true; + enableSSHSupport = true; + pinentryPackage = pkgs.pinentry-gnome3; + }; }