From 6babf7528ab6881cc8d07f37af465211c17f6d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Thu, 7 Nov 2024 16:44:09 +0100 Subject: [PATCH] Use gnome-keyring instead of GnuPG --- hosts/gwiad/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index 87f5cf9..f882b1b 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -154,11 +154,7 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; - services.gnome.gnome-keyring.enable = lib.mkForce false; + programs.gnupg.agent.enable = true; system.stateVersion = "24.05";