From 3530a814912378def81d0d978176a40671a1fee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 15 Mar 2024 23:10:43 -0300 Subject: [PATCH] gpg: simplify config --- system/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/system/configuration.nix b/system/configuration.nix index 6e7a766..3c146b1 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -121,7 +121,6 @@ packages.media-packages.enable = true; environment.systemPackages = with pkgs; [ - pinentry-curses pavucontrol glib # gsettings @@ -144,11 +143,6 @@ # started in user sessions. # programs.mtr.enable = true; services.pcscd.enable = true; - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - pinentryFlavor = "curses"; - }; security.sudo.wheelNeedsPassword = false; systemd.extraConfig = ''