From af1319e60a2bb20ee84c0dc2cd8479387d6c9857 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Sun, 3 Sep 2023 20:52:34 +0200 Subject: [PATCH] Allow https git on DTTH git --- nki-personal-do/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nki-personal-do/gitea.nix b/nki-personal-do/gitea.nix index 1e87d85..564568c 100644 --- a/nki-personal-do/gitea.nix +++ b/nki-personal-do/gitea.nix @@ -100,7 +100,7 @@ in repository = { DEFAULT_PRIVATE = "private"; PREFERRED_LICENSES = strings.concatStringsSep "," [ "AGPL-3.0-or-later" "GPL-3.0-or-later" "Apache-2.0" ]; - DISABLE_HTTP_GIT = true; + # DISABLE_HTTP_GIT = true; DEFAULT_BRANCH = "master"; ENABLE_PUSH_CREATE_USER = true; };