From 63bd01d083f1d2b66631dc7e9f8c5c889fd852a8 Mon Sep 17 00:00:00 2001 From: blake Date: Sun, 12 Oct 2025 10:45:12 -0500 Subject: [PATCH] 341 current 2025-10-12 10:38:28 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/gitea/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8039e3a..6118682 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 340 current 2025-10-11 23:47:35 25.05.20251006.20c4598 6.12.50 * +# generation: 341 current 2025-10-12 10:38:28 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..17a9485 100644 --- a/modules/homelab/services/gitea/default.nix +++ b/modules/homelab/services/gitea/default.nix @@ -69,7 +69,7 @@ in appName = "gitea"; settings = { server = { - DOMAIN = "git.blakedheld.xyz"; + DOMAIN = "https://git.blakedheld.xyz"; HTTP_PORT = cfg.port; SSH_PORT = cfg.ssh_port; START_SSH_SERVER = true;