From 37a23c3ad41e182551648b58fe4b0faf323473d2 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Mon, 9 Feb 2026 18:27:25 +0100 Subject: [PATCH] Fixed a huge issue with database not being actually sent to the dedicated server outside. No Kevin Fang in my watch. --- nix-system-configs/modules/system/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-system-configs/modules/system/forgejo.nix b/nix-system-configs/modules/system/forgejo.nix index bb9b68b..f000f9f 100644 --- a/nix-system-configs/modules/system/forgejo.nix +++ b/nix-system-configs/modules/system/forgejo.nix @@ -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";