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;