try to fis uid and gid

This commit is contained in:
2023-12-06 18:54:31 +01:00
parent cd4be108c4
commit 405372e9d5
3 changed files with 7 additions and 0 deletions

View File

@@ -172,6 +172,8 @@ in
];
};
users.users.podman.uid = cids.uids.podman;
users.groups.podman.gid = cids.gids.podman;
users.users.gitea-runner = runner-user;
users.groups.gitea-runner = runner-group;