Added pinentry-gtk and stopped firefox to ask to become the default browser
This commit is contained in:
parent
b6448b55ec
commit
eaa919a23a
2 changed files with 7 additions and 3 deletions
|
@ -1,12 +1,16 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
sshKeys = [ "CE2FD0D9BECBD8876811714925066CC257413416" ];
|
||||
extraConfig = ''
|
||||
pinentry-program ${pkgs.pinentry-gtk2}/bin/pinentry-gtk-2
|
||||
'';
|
||||
};
|
||||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
settings = { };
|
||||
settings = {};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue