wip(doloro@hosts): ssh agent

This commit is contained in:
2025-10-22 14:04:14 +00:00
parent 9f65a9f4c1
commit 55553b1315

View File

@@ -48,6 +48,18 @@
pinentry = {
package = pkgs.pinentry-qt;
program = "pinentry-qt";
programs = {
git = {
enable = true;
settings = {
user = {
name = "Doloro1978";
email = "doloroo@proton.me";
};
};
};
ssh = {
startAgent = true;
};
};
xdg.mimeApps.enable = true;