Nix don't set git uid
Otherwise it conflicts with the first created existing user
Tangled 9 months ago ccdb336f 76ee27f7
··· 322 isNormalUser = true; 323 home = "/home/git"; 324 createHome = true; 325 - uid = 1000; 326 group = "git"; 327 }; 328
··· 322 isNormalUser = true; 323 home = "/home/git"; 324 createHome = true; 0 325 group = "git"; 326 }; 327