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.
|
# Adds the pinentry binary to the PATH so that e.g.
|
||||||
# echo GETPIN | pinentry
|
# echo GETPIN | pinentry
|
||||||
# works.
|
# works.
|
||||||
environment.systemPackages = with pkgs; [
|
# This is not required for
|
||||||
#pinentry-curses
|
# - gpg --card-status
|
||||||
pinentry-gnome
|
# - ssh nas
|
||||||
];
|
# - signed git commits in IntelliJ
|
||||||
|
#environment.systemPackages = with pkgs; [
|
||||||
|
# #pinentry-curses
|
||||||
|
# pinentry-gnome
|
||||||
|
#];
|
||||||
|
|
||||||
#users.users.yoda = {
|
#users.users.yoda = {
|
||||||
# packages = with pkgs; [
|
# packages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user