This commit is contained in:
Ivan Malison 2024-03-12 00:00:10 -06:00
parent 83940416d2
commit 96012de10c

View File

@ -49,6 +49,7 @@ makeEnable config "modules.gitea-runner" false {
XDG_CONFIG_HOME = gitea-runner-directory;
XDG_CACHE_HOME = "${gitea-runner-directory}/.cache";
};
users.groups.gitea-runner = {};
users.users.gitea-runner = {
isSystemUser = true;
group = "gitea-runner";