From 23384e35edf548f598f4d55d242eaf832b59fe9a Mon Sep 17 00:00:00 2001 From: blake Date: Sun, 12 Oct 2025 10:51:56 -0500 Subject: [PATCH] 343 current 2025-10-12 10:50:02 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/gitea/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 48dbc47..0c5fddd 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 342 current 2025-10-12 10:45:09 25.05.20251006.20c4598 6.12.50 * +# generation: 343 current 2025-10-12 10:50:02 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/gitea/default.nix b/modules/homelab/services/gitea/default.nix index cf69749..5e20c31 100644 --- a/modules/homelab/services/gitea/default.nix +++ b/modules/homelab/services/gitea/default.nix @@ -69,6 +69,7 @@ in appName = "gitea"; settings = { server = { + ROOT_URL = "https://git.blakedheld.xyz"; DOMAIN = "git.blakedheld.xyz"; HTTP_PORT = cfg.port; SSH_PORT = cfg.ssh_port;