enable gpg agent
This commit is contained in:
parent
d52e00bc15
commit
4adff4833c
|
@ -44,7 +44,6 @@ in
|
||||||
agda
|
agda
|
||||||
rofi
|
rofi
|
||||||
discord
|
discord
|
||||||
pinentry_qt
|
|
||||||
dig
|
dig
|
||||||
xxd
|
xxd
|
||||||
mpv
|
mpv
|
||||||
|
|
|
@ -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 = [{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user