mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Services/GnuPG] hide "OK" message on shell init
This commit is contained in:
parent
cc51a26737
commit
5fa9147e02
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue