diff --git a/services/gnupg.nix b/services/gnupg.nix index 7bce4fe..f0045d3 100644 --- a/services/gnupg.nix +++ b/services/gnupg.nix @@ -19,7 +19,7 @@ in { }; environment.interactiveShellInit = mkAfter '' - ${config.programs.gnupg.package}/bin/gpg-connect-agent --quiet updatestartuptty /bye + ${config.programs.gnupg.package}/bin/gpg-connect-agent --quiet updatestartuptty /bye >/dev/null ''; environment.shellInit = ''