From 062cab05aac25ea64c5d97d9c770c121d6039381 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 16 Nov 2023 02:05:10 -0700 Subject: [PATCH] [NixOS] Move more stuff over to dev.railbird.ai --- nixos/gitea-runner.nix | 2 +- nixos/gitea.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;