Git: Difference between revisions

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