keep gitea user and group
This commit is contained in:
parent
2f0d121c35
commit
ff322fd4a9
1 changed files with 2 additions and 0 deletions
|
@ -300,6 +300,8 @@ in
|
|||
|
||||
forgejo = {
|
||||
enable = true;
|
||||
user = "gitea";
|
||||
group = "gitea";
|
||||
stateDir = "/var/lib/gitea";
|
||||
database = {
|
||||
type = "postgres";
|
||||
|
|
Loading…
Add table
Reference in a new issue