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 = [{