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