From 7129cc1fe1f40c17102499b47862b2948ca3d8e9 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 12 Jun 2026 19:46:40 -0500 Subject: [PATCH] task | fix pass-store timeout, and re-enable gnome-keyring --- home/common/default.nix | 3 +++ home/common/pass.nix | 12 ++++++------ home/gui/services.nix | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/home/common/default.nix b/home/common/default.nix index 9ee2922..f5c88e8 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -33,6 +33,8 @@ bluetui bottom cargo + catimg + chafa clock-rs compose2nix diff-so-fancy @@ -129,6 +131,7 @@ }; gpg-agent = { enable = true; + maxCacheTtl = 604800; defaultCacheTtl = 604800; defaultCacheTtlSsh = 604800; enableSshSupport = true; diff --git a/home/common/pass.nix b/home/common/pass.nix index 43d99f2..aa83027 100644 --- a/home/common/pass.nix +++ b/home/common/pass.nix @@ -26,12 +26,12 @@ in { }; }; - services = { - # Enable pass to integrate with the libsecret D-Bus API for password management - pass-secret-service = { - enable = true; - }; - }; + # services = { + # # Enable pass to integrate with the libsecret D-Bus API for password management + # pass-secret-service = { + # enable = true; + # }; + # }; # home.file.".config/pass-git-helper" = { # source = ./git-pass-mapping; diff --git a/home/gui/services.nix b/home/gui/services.nix index 9432d0d..755702e 100644 --- a/home/gui/services.nix +++ b/home/gui/services.nix @@ -6,7 +6,7 @@ ... }: { services = { - # gnome-keyring = {enable = true;}; + gnome-keyring = {enable = true;}; ssh-agent = {enable = lib.mkForce false;}; wlsunset = { enable = true;