gpg agent in home manager

master
Rachel Lambda Samuelsson 2023-12-01 22:45:08 +01:00
parent 4f8f4f9498
commit 98070e11a6
2 changed files with 8 additions and 4 deletions

View File

@ -401,4 +401,11 @@ in
};
};
};
services = {
gpg-agent = {
enable = true;
pinentryFlavor = "qt";
};
};
}

View File

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