From 773256e48a2f9f4120f9b068e1f067df21fd3933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Sat, 2 Nov 2024 14:29:33 +0100 Subject: [PATCH] Disable gnome-keyring It would override the GPG agent socket. --- hosts/gwiad/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index 420a23d..815b6ed 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -164,6 +164,7 @@ enable = true; enableSSHSupport = true; }; + services.gnome.gnome-keyring.enable = lib.mkForce false; system.stateVersion = "24.05";