Compare commits
1 commit
9e06fcf917
...
d33425a0f5
Author | SHA1 | Date | |
---|---|---|---|
Tristan Daniël Maat | d33425a0f5 |
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue