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