mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
gpg pinentry
This commit is contained in:
parent
9266c7f4da
commit
9b3b070fc5
@ -86,10 +86,14 @@
|
||||
# Adds the pinentry binary to the PATH so that e.g.
|
||||
# echo GETPIN | pinentry
|
||||
# works.
|
||||
environment.systemPackages = with pkgs; [
|
||||
#pinentry-curses
|
||||
pinentry-gnome
|
||||
];
|
||||
# This is not required for
|
||||
# - gpg --card-status
|
||||
# - ssh nas
|
||||
# - signed git commits in IntelliJ
|
||||
#environment.systemPackages = with pkgs; [
|
||||
# #pinentry-curses
|
||||
# pinentry-gnome
|
||||
#];
|
||||
|
||||
#users.users.yoda = {
|
||||
# packages = with pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user