Compare commits

..

1 commit

Author SHA1 Message Date
Tristan Daniël Maat d33425a0f5
gitea: Use a defined service UID
The default of 1000 mapped to my admin user, which was both a bit
concerning and a bit of an annoyance.
2021-04-28 23:05:39 +01:00

View file

@ -3,12 +3,11 @@
{
users = {
extraUsers.gitea = {
uid = config.ids.uids.git;
isSystemUser = true;
description = "Gitea Service";
group = config.users.extraGroups.gitea.name;
};
extraGroups.gitea = { gid = config.ids.gids.git; };
extraGroups.gitea = { };
};
virtualisation.pods.gitea = {