mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-10 02:30:29 +01:00
forgejo: add gitea-runner to users group
This commit is contained in:
parent
7a9c496f02
commit
897a0ac880
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ in
|
||||||
users.users.gitea-runner = {
|
users.users.gitea-runner = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "gitea-runner";
|
group = "gitea-runner";
|
||||||
|
extraGroups = [ "users" ];
|
||||||
home = "/var/lib/gitea-runner/central";
|
home = "/var/lib/gitea-runner/central";
|
||||||
createHome = true;
|
createHome = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue