Add gitea group to tvb
This commit is contained in:
parent
c13fabbdbc
commit
637fea3bbd
|
@ -71,5 +71,8 @@
|
||||||
proxy_pass http://localhost:3300/;
|
proxy_pass http://localhost:3300/;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Give tvb group access to gitea config
|
||||||
|
users.users.tvb.extraGroups = [ "gitea" ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue