task | fix pass-store timeout, and re-enable gnome-keyring
This commit is contained in:
parent
882a95d6a7
commit
7129cc1fe1
3 changed files with 10 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
...
|
||||
}: {
|
||||
services = {
|
||||
# gnome-keyring = {enable = true;};
|
||||
gnome-keyring = {enable = true;};
|
||||
ssh-agent = {enable = lib.mkForce false;};
|
||||
wlsunset = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue