From 532438ee76dd06ad9b900ef26b7061fc7f83af21 Mon Sep 17 00:00:00 2001 From: lew Date: Sat, 4 Apr 2026 23:45:24 +0100 Subject: [PATCH] enable https pull --- hosts/lab/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lab/forgejo.nix b/hosts/lab/forgejo.nix index 1fcf379..982b571 100644 --- a/hosts/lab/forgejo.nix +++ b/hosts/lab/forgejo.nix @@ -29,7 +29,7 @@ in START_SSH_SERVER = true; SSH_PORT = 4201; SSH_LISTEN_PORT = 4201; - DISABLE_HTTP_GIT = true; + DISABLE_HTTP_GIT = false; }; service = { DISABLE_REGISTRATION = true;