Git: Difference between revisions
m set KbdInteractiveAuthentication to no for the git user, since it allows for access via password instead of an ssh key |
RyoKimball (talk | contribs) m editing "settings.user" gets an error; intended property is "config.user" |
||
| Line 32: | Line 32: | ||
programs.git = { | programs.git = { | ||
enable = true; | enable = true; | ||
config.user = { | |||
name = "John Doe"; | name = "John Doe"; | ||
email = "johndoe@example.com"; | email = "johndoe@example.com"; | ||