[NixOS] Move more stuff over to dev.railbird.ai
This commit is contained in:
parent
d26393fae0
commit
062cab05aa
@ -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"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user