Monorepo for Tangled
fork

Configure Feed

Select the types of activity you want to include in your feed.

Nix don't set git uid

Otherwise it conflicts with the first created existing user

-1
-1
flake.nix
··· 322 322 isNormalUser = true; 323 323 home = "/home/git"; 324 324 createHome = true; 325 - uid = 1000; 326 325 group = "git"; 327 326 }; 328 327