forked from tangled.org/core
this repo has no description

Nix don't set git uid

Otherwise it conflicts with the first created existing user

Tangled ff15b665 71799c83

Changed files
-1
-1
flake.nix
···
isNormalUser = true;
home = "/home/git";
createHome = true;
-
uid = 1000;
group = "git";
};