[NixOS] Move more stuff over to dev.railbird.ai

This commit is contained in:
Ivan Malison 2023-11-16 02:05:10 -07:00
parent d26393fae0
commit 062cab05aa
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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;