KeePassXC fully integrated: passwords, browser integration, ssh, & service

This commit is contained in:
Semere Meharena Mebrahtom 2026-07-26 23:56:35 +02:00
parent a8bc48adc0
commit d74cd9b87c
No known key found for this signature in database
7 changed files with 71 additions and 8 deletions

View file

@ -10,7 +10,7 @@
environment.systemPackages = with pkgs; [
gnupg
pass
pinentry-gnome3
# pinentry-gnome3
];
home-manager.users."${userVars.username}" = {
@ -20,8 +20,8 @@
defaultCacheTtlSsh = 7200;
maxCacheTtl = 28800;
maxCacheTtlSsh = 28800;
enableSshSupport = true;
pinentry.package = pkgs.pinentry-gnome3;
enableSshSupport = false;
# pinentry.package = pkgs.pinentry-gnome3;
};
};
}