Skip to content

Commit

Permalink
fix(gpg-agent): specify pinentryPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed May 28, 2024
1 parent 161f087 commit 9499336
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.16.1
8.16.2
3 changes: 2 additions & 1 deletion config/gpg.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, lib, pkgs, ... }:

{

Expand All @@ -19,6 +19,7 @@
defaultCacheTtl = 28800;
enableSshSupport = true;
maxCacheTtl = 28800;
pinentryPackage = pkgs.pinentry;
};

}
3 changes: 2 additions & 1 deletion src/config/gpg.nw
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\section{GPG}

<<config/gpg.nix>>=
{ config, lib, ... }:
{ config, lib, pkgs, ... }:

{

Expand All @@ -22,6 +22,7 @@
defaultCacheTtl = 28800;
enableSshSupport = true;
maxCacheTtl = 28800;
pinentryPackage = pkgs.pinentry;
};

}
Expand Down

0 comments on commit 9499336

Please sign in to comment.