From ab57339d71556bf73f650a388fafa7fa798f6195 Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:20:37 -0500 Subject: [PATCH] fix undefined variables `domain` --- hosts/git/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/git/configuration.nix b/hosts/git/configuration.nix index 470a322..91820dd 100644 --- a/hosts/git/configuration.nix +++ b/hosts/git/configuration.nix @@ -173,7 +173,7 @@ in SSH_DOMAIN = DOMAIN; START_SSH_SERVER = giteaSshPort != 22; SSH_PORT = giteaSshPort; - ROOT_URL = "https://${domain}/"; + ROOT_URL = "https://${DOMAIN}/"; HTTP_PORT = 3003; }; service = {