This commit is contained in:
sadan 2025-02-21 21:45:59 -05:00
parent de4282f257
commit 69777aa4dc
No known key found for this signature in database
14 changed files with 259 additions and 26 deletions

View file

@ -10,12 +10,10 @@
programs = {
ssh = {
startAgent = true;
askPassword = "${pkgs.ksshaskpass}/bin/ksshaskpass";
};
gnupg = {
agent = {
enable = true;
pinentryPackage = pkgs.pinentry-gnome3;
};
};
};