enable gpg agent

This commit is contained in:
Rachel Lambda Samuelsson 2023-07-31 15:20:06 +02:00
parent d52e00bc15
commit 4adff4833c
2 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,6 @@ in
agda agda
rofi rofi
discord discord
pinentry_qt
dig dig
xxd xxd
mpv mpv

View File

@ -164,6 +164,10 @@
networking.firewall.enable = true; networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ ]; networking.firewall.allowedTCPPorts = [ ];
networking.firewall.allowedUDPPorts = [ ]; networking.firewall.allowedUDPPorts = [ ];
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "qt";
};
security.doas = { security.doas = {
enable = true; enable = true;
extraRules = [{ extraRules = [{