Fixed a huge issue with database not being actually sent to the dedicated server outside. No Kevin Fang in my watch.

This commit is contained in:
Root User 2026-02-09 18:27:25 +01:00
parent 6066626adf
commit 37a23c3ad4
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -67,6 +67,7 @@ in {
services.forgejo = {
enable = true;
database = {
createDatabase = false; # Database already created, DO NOT REMOVE THIS OR IT WILL DEFAULT INTO INTERNAL ONE
type = "postgres";
host = "10.1.1.251"; # IP of your database server
name = "forgejo";