mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
pinentry not in path
This commit is contained in:
parent
f6a15c663b
commit
f94e43f34a
@ -4,16 +4,18 @@
|
|||||||
# https://nixos.wiki/wiki/Nitrokey
|
# https://nixos.wiki/wiki/Nitrokey
|
||||||
|
|
||||||
# Test suite. TODO: Check all of this after config changes!
|
# Test suite. TODO: Check all of this after config changes!
|
||||||
# - pinentry should be in $PATH
|
# - pinentry should be in $PATH.
|
||||||
# echo GETPIN | pinentry
|
# Note: Since NixOS 23.11 (and maybe earlier) this is no longer the case.
|
||||||
|
# Yet, all other tests still work!
|
||||||
|
# echo GETPIN | pinentry
|
||||||
# - smartcard should be listed
|
# - smartcard should be listed
|
||||||
# gpg --card-status
|
# gpg --card-status
|
||||||
# - encryption should work (graphical pinentry should pop-up)
|
# - encryption should work (graphical pinentry should pop-up)
|
||||||
# gpg -d ./passphrase.txt.gpg
|
# gpg -d ./passphrase.txt.gpg
|
||||||
# - ssh should work (graphical pinentry should pop-up)
|
# - ssh should work (graphical pinentry should pop-up)
|
||||||
# ssh yodaNas
|
# ssh yodaNas
|
||||||
# - signed git commits should work in IntelliJ
|
# - signed git commits should work in IntelliJ
|
||||||
# IntelliJ IDE -> git commit -> graphical pinentry should pop-up
|
# IntelliJ IDE -> Make a Git commit -> Graphical pinentry should pop-up
|
||||||
|
|
||||||
# Restart gpg-agent after config change.
|
# Restart gpg-agent after config change.
|
||||||
# Otherwise there might be a gpg error about "no pinentry".
|
# Otherwise there might be a gpg error about "no pinentry".
|
||||||
|
Loading…
Reference in New Issue
Block a user