1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

forgejo: add gitea-runner to users group

This commit is contained in:
TheGeneralist 2026-01-25 16:29:19 +01:00
parent 7a9c496f02
commit 897a0ac880
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -148,6 +148,7 @@ in
users.users.gitea-runner = {
isSystemUser = true;
group = "gitea-runner";
extraGroups = [ "users" ];
home = "/var/lib/gitea-runner/central";
createHome = true;
};