From b2615f1aeb425bdffca165faa35ce7e207e730b3 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 23 Nov 2024 21:25:01 -0600 Subject: [PATCH] feat: jorgejo test --- nixos/modules/services/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/forgejo.nix b/nixos/modules/services/forgejo.nix index d6f60b4..31e0ee4 100755 --- a/nixos/modules/services/forgejo.nix +++ b/nixos/modules/services/forgejo.nix @@ -27,7 +27,7 @@ in { settings = { server = { DOMAIN = host; - ROOT_URL = "https://${host}/"; + ROOT_URL = "${host}"; HTTP_PORT = service.ports.port0; }; # If you need to start from scratch, don't forget to turn this off again