Git credentials

This commit is contained in:
Henry Sipp
2025-07-04 12:59:01 -05:00
parent db70900337
commit 78af59d696
+3
View File
@@ -5,5 +5,8 @@ in {
enable = true;
userName = cfg.full_name;
userEmail = cfg.email_address;
extraConfig = {
credential.helper = "store";
};
};
}