From fca591144b919a49187123db63b1a8df852d2c97 Mon Sep 17 00:00:00 2001 From: tux Date: Fri, 8 Aug 2025 01:43:33 +0530 Subject: [PATCH] chore: disable gnome keyring --- hosts/canopus/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index e6cfaaa..3c36e5b 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -346,7 +346,8 @@ gvfs.enable = true; tumbler.enable = true; - gnome.gnome-keyring.enable = true; + # @FIX gnome gcr agent conflicts with programs.ssh.startAgent; + # gnome.gnome-keyring.enable = true; tailscale = { enable = true; extraUpFlags = ["--login-server https://hs.tux.rs"];