enable gpg agent
This commit is contained in:
parent
d52e00bc15
commit
4adff4833c
|
@ -44,7 +44,6 @@ in
|
|||
agda
|
||||
rofi
|
||||
discord
|
||||
pinentry_qt
|
||||
dig
|
||||
xxd
|
||||
mpv
|
||||
|
|
|
@ -164,6 +164,10 @@
|
|||
networking.firewall.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ ];
|
||||
networking.firewall.allowedUDPPorts = [ ];
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "qt";
|
||||
};
|
||||
security.doas = {
|
||||
enable = true;
|
||||
extraRules = [{
|
||||
|
|
Loading…
Reference in New Issue
Block a user