wip(doloro@hosts): ssh agent
This commit is contained in:
@@ -48,6 +48,18 @@
|
|||||||
pinentry = {
|
pinentry = {
|
||||||
package = pkgs.pinentry-qt;
|
package = pkgs.pinentry-qt;
|
||||||
program = "pinentry-qt";
|
program = "pinentry-qt";
|
||||||
|
programs = {
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
user = {
|
||||||
|
name = "Doloro1978";
|
||||||
|
email = "doloroo@proton.me";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
ssh = {
|
||||||
|
startAgent = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
xdg.mimeApps.enable = true;
|
xdg.mimeApps.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user