Fixed git credential issue

This commit is contained in:
2024-12-26 19:37:57 +02:00
parent ac5d403860
commit ef907be307

View File

@@ -19,10 +19,11 @@
programs.git = {
enable = true;
extraConfig = ''
[credential]
config = {
credential = {
helper = store
'';
;}
};
};
services.openssh.enable = true;