task | fix pass-store timeout, and re-enable gnome-keyring

This commit is contained in:
Don Harper 2026-06-12 19:46:40 -05:00
parent 882a95d6a7
commit 7129cc1fe1
3 changed files with 10 additions and 7 deletions

View file

@ -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;

View file

@ -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;

View file

@ -6,7 +6,7 @@
...
}: {
services = {
# gnome-keyring = {enable = true;};
gnome-keyring = {enable = true;};
ssh-agent = {enable = lib.mkForce false;};
wlsunset = {
enable = true;