From 4adff4833c8aa5df17eace2d5e0d3d203bd85bb7 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Mon, 31 Jul 2023 15:20:06 +0200 Subject: [PATCH] enable gpg agent --- home/rachel.nix | 1 - lambda/configuration.nix | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home/rachel.nix b/home/rachel.nix index 4f1b3ff..5e31c5d 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -44,7 +44,6 @@ in agda rofi discord - pinentry_qt dig xxd mpv diff --git a/lambda/configuration.nix b/lambda/configuration.nix index a7062de..1b09ba0 100644 --- a/lambda/configuration.nix +++ b/lambda/configuration.nix @@ -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 = [{