diff --git a/nixos/gitea-runner.nix b/nixos/gitea-runner.nix index d3437710..b4892140 100644 --- a/nixos/gitea-runner.nix +++ b/nixos/gitea-runner.nix @@ -33,7 +33,7 @@ makeEnable config "modules.gitea-runner" false { ]; enable = true; name = config.networking.hostName; - url = "https://1896Folsom.duckdns.org:3000"; + url = "https://dev.railbird.ai"; tokenFile = config.age.secrets.gitea-runner-token.path; labels = [ "nixos-${pkgs.system}:host" diff --git a/nixos/gitea.nix b/nixos/gitea.nix index d1ffbf4c..ac122f10 100644 --- a/nixos/gitea.nix +++ b/nixos/gitea.nix @@ -5,10 +5,10 @@ makeEnable config "modules.gitea" false { enable = true; lfs.enable = true; settings.server = { - DOMAIN = "1896Folsom.duckdns.org"; + DOMAIN = "dev.railbird.ai"; SSH_PORT = 1123; HTTP_PORT = 3001; - ROOT_URL = "https://1896Folsom.duckdns.org:3000"; + ROOT_URL = "https://dev.railbird.ai"; }; settings.actions = { ENABLED = true;