Attempt to fix pinentry on non-nixos
This commit is contained in:
parent
db55b56b85
commit
36ec95006e
@ -22,6 +22,10 @@ apply_dotfile vim
|
|||||||
apply_dotfile ruby
|
apply_dotfile ruby
|
||||||
apply_dotfile python
|
apply_dotfile python
|
||||||
|
|
||||||
|
# Only if inside a coder instance
|
||||||
|
if [ -n "${CODER}" ]; then
|
||||||
|
apply_dotfile gnupg
|
||||||
|
fi
|
||||||
|
|
||||||
# Check that SSH version is above 9.2 (where EnableEscapeCommandline was added) before conditionally adding
|
# Check that SSH version is above 9.2 (where EnableEscapeCommandline was added) before conditionally adding
|
||||||
# a config file. This is then included in the main config
|
# a config file. This is then included in the main config
|
||||||
|
|||||||
1
gnupg/.gnupg/gpg-agent.conf
Normal file
1
gnupg/.gnupg/gpg-agent.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
pinentry-program /home/coder/.nix-profile/bin/pinentry-curses
|
||||||
@ -27,6 +27,8 @@ nix_packages=(
|
|||||||
|
|
||||||
"pass"
|
"pass"
|
||||||
"gnupg"
|
"gnupg"
|
||||||
|
"gnupg1"
|
||||||
|
"pinentry-curses"
|
||||||
|
|
||||||
# Professional tools
|
# Professional tools
|
||||||
"skopeo"
|
"skopeo"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user