From dec150ae98a17434a41ae11b5b95dff33b50aaba Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 28 Jul 2023 22:23:43 +0200 Subject: [PATCH] gpg agent: systemwide -> homemanager --- home/programs/gpg.nix | 1 + hosts/common.nix | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/home/programs/gpg.nix b/home/programs/gpg.nix index 189bd9c..c709c5f 100644 --- a/home/programs/gpg.nix +++ b/home/programs/gpg.nix @@ -15,6 +15,7 @@ services.gpg-agent = { enable = true; pinentryFlavor = "curses"; + enableExtraSocket = true; enableSshSupport = true; enableScDaemon = true; grabKeyboardAndMouse = false; diff --git a/hosts/common.nix b/hosts/common.nix index ab4b8ae..d0d9d7a 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -303,10 +303,7 @@ in { tmux.enable = true; zsh.enable = true; - gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; + gnupg.agent.enable = true; neovim = { enable = true;