tweak(forgejo)!: switch to postgres database
This commit is contained in:
parent
5b602799f6
commit
c559bf629f
1 changed files with 2 additions and 0 deletions
|
|
@ -31,7 +31,9 @@ in {
|
|||
enable = true;
|
||||
user = cfg.user;
|
||||
group = forgejo.user;
|
||||
database.name = forgejo.user;
|
||||
database.user = forgejo.user;
|
||||
database.type = "postgres";
|
||||
|
||||
settings.server = {
|
||||
DOMAIN = lib.optionalString useSubdomain "${cfg.subdomain}."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue