Merge pull request #48772 from hhomar/gnupg-tty-fix
gnupg: Fix, set current tty in interactive shell
This commit is contained in:
@@ -77,7 +77,7 @@ in
|
|||||||
|
|
||||||
systemd.packages = [ pkgs.gnupg ];
|
systemd.packages = [ pkgs.gnupg ];
|
||||||
|
|
||||||
environment.extraInit = ''
|
environment.interactiveShellInit = ''
|
||||||
# Bind gpg-agent to this TTY if gpg commands are used.
|
# Bind gpg-agent to this TTY if gpg commands are used.
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user