gpg: Update gpg-agent config
This commit is contained in:
parent
e35c4573e6
commit
8ef0734696
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [ pinentry-gnome ];
|
home.packages = with pkgs; [ pinentry-gnome3 ];
|
||||||
|
|
||||||
programs.gpg = {
|
programs.gpg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -22,7 +22,7 @@ in
|
||||||
|
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pinentryFlavor = "gnome3";
|
pinentryPackage = pkgs.pinentry-gnome3;
|
||||||
# enableSshSupport = true;
|
# enableSshSupport = true;
|
||||||
# defaultCacheTtlSsh = 14400;
|
# defaultCacheTtlSsh = 14400;
|
||||||
# maxCacheTtlSsh = 14400;
|
# maxCacheTtlSsh = 14400;
|
||||||
|
|
Loading…
Reference in a new issue