Disable gnome-keyring

It would override the GPG agent socket.
This commit is contained in:
Julien Hémono 2024-11-02 14:29:33 +01:00
parent 5ca73fceb5
commit 773256e48a

View file

@ -164,6 +164,7 @@
enable = true;
enableSSHSupport = true;
};
services.gnome.gnome-keyring.enable = lib.mkForce false;
system.stateVersion = "24.05";