fix git user for forgejo
Some checks are pending
build and cache random stuff / build (.#attic-client) (push) Waiting to run
build and cache random stuff / build (.#attic-server) (push) Waiting to run
build and cache random stuff / build (.#conduwuit) (push) Waiting to run
build and cache random stuff / build (.#eza) (push) Waiting to run
nix flake and fmt check / flake-check (push) Waiting to run

This commit is contained in:
cy 2025-01-10 01:37:57 -05:00
parent 8e492db3d1
commit 96efcd1ba6

View file

@ -139,7 +139,8 @@
]; ];
# for forgejo # for forgejo
users.users.git = { users.users.git = {
isSystemUser = true; isNormalUser = true;
home = "/var/lib/forgejo";
group = "git"; group = "git";
}; };
users.groups.git = {}; users.groups.git = {};