diff --git a/homelab/forgejo/default.nix b/homelab/forgejo/default.nix index 4669bfc..a27d434 100644 --- a/homelab/forgejo/default.nix +++ b/homelab/forgejo/default.nix @@ -11,9 +11,9 @@ in lfs.enable = true; settings = { server = { - #DOMAIN = "git.example.com"; + DOMAIN = "git.ahoneybun.net"; # You need to specify this to remove the port from URLs in the web UI. - #ROOT_URL = "https://${srv.DOMAIN}/"; + ROOT_URL = "https://${srv.DOMAIN}/"; HTTP_PORT = 3001; }; # You can temporarily allow registration to create an admin user.