8 lines
No EOL
169 B
Nix
8 lines
No EOL
169 B
Nix
programs.git = {
|
|
enable = true;
|
|
userName = "albert";
|
|
userEmail = "albert@sysctl.io";
|
|
extraConfig = {
|
|
credential.helper = "cache --timeout=25920000";
|
|
};
|
|
}; |