Upgrade to 25.05

This commit is contained in:
Geoffrey Frogeye 2025-05-19 22:59:22 +02:00
parent 65817f4e70
commit 05f820ed4c
11 changed files with 214 additions and 277 deletions

View file

@ -48,7 +48,7 @@
# gnome3 is nicer, but requires gcr as a dbus package.
# Which is in my NixOS config, and on non-NixOS too.
# It will fall back to ncurses when running in non-graphics mode.
pinentryPackage = pkgs.pinentry-gnome3;
pinentry.package = pkgs.pinentry-gnome3;
# If inactive, the key will be forgotten after this time
defaultCacheTtl = 3600;
defaultCacheTtlSsh = defaultCacheTtl;