From 25449ac661c5876d5a2d1273005ff9da20d24c60 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 20 Oct 2024 20:57:19 -0400 Subject: [PATCH] rename gitea, fix db Signed-off-by: ahuston-0 --- systems/palatine-hill/gitea.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/systems/palatine-hill/gitea.nix b/systems/palatine-hill/gitea.nix index 16be428..0feaf9e 100644 --- a/systems/palatine-hill/gitea.nix +++ b/systems/palatine-hill/gitea.nix @@ -10,11 +10,13 @@ in { services.gitea = { enable = true; - appName = "Nyx's Gitea"; # Give the site a name + appName = "The Hearth"; database = { type = "postgres"; passwordFile = config.sops.secrets."gitea/dbpass".path; - host = "127.0.0.1:5432"; + host = "127.0.0.1"; + name = "giteadb"; + port = "5433"; }; settings.server = { domain = "git.alicehuston.xyz";