From 34bbab282c929283d352ab0e5511fb9a2850ce04 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Fri, 19 Sep 2025 17:34:58 +0200 Subject: [PATCH] fix: actually use db host for forgejo Signed-off-by: Lander Van den Bulcke --- hosts/hosting-01/git/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hosting-01/git/forgejo.nix b/hosts/hosting-01/git/forgejo.nix index d9a57c4..4f4ab10 100644 --- a/hosts/hosting-01/git/forgejo.nix +++ b/hosts/hosting-01/git/forgejo.nix @@ -10,6 +10,7 @@ in database = { type = "postgres"; host = "db-01.tailnet.escapeangle.com"; + createDatabase = false; }; lfs.enable = true;