[Services/GnuPG] hide "OK" message on shell init

This commit is contained in:
Antoine Viallon 2024-06-01 17:32:03 +02:00
parent cc51a26737
commit 5fa9147e02
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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 = ''