diff --git a/configuration.nix b/configuration.nix index e09ae00..9a2747b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,9 +58,9 @@ in enable = true; settings = { server = { - ROOT_URL = "git.${domainName}"; - PROTOCOL = "https"; - DOMAIN = "${domainName}"; + ROOT_URL = "https://git.${domainName}/"; + PROTOCOL = "http"; + DOMAIN = "git.${domainName}"; }; }; };