1
1
Fork 0

Add gitea group to tvb

This commit is contained in:
Jaculabilis 2023-08-03 22:18:06 +00:00
parent c13fabbdbc
commit 637fea3bbd
1 changed files with 3 additions and 0 deletions

View File

@ -71,5 +71,8 @@
proxy_pass http://localhost:3300/;
'';
};
# Give tvb group access to gitea config
users.users.tvb.extraGroups = [ "gitea" ];
}