forked from colonelpanic/dotfiles
[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;
|
enable = true;
|
||||||
name = config.networking.hostName;
|
name = config.networking.hostName;
|
||||||
url = "https://1896Folsom.duckdns.org:3000";
|
url = "https://dev.railbird.ai";
|
||||||
tokenFile = config.age.secrets.gitea-runner-token.path;
|
tokenFile = config.age.secrets.gitea-runner-token.path;
|
||||||
labels = [
|
labels = [
|
||||||
"nixos-${pkgs.system}:host"
|
"nixos-${pkgs.system}:host"
|
||||||
|
@ -5,10 +5,10 @@ makeEnable config "modules.gitea" false {
|
|||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
settings.server = {
|
settings.server = {
|
||||||
DOMAIN = "1896Folsom.duckdns.org";
|
DOMAIN = "dev.railbird.ai";
|
||||||
SSH_PORT = 1123;
|
SSH_PORT = 1123;
|
||||||
HTTP_PORT = 3001;
|
HTTP_PORT = 3001;
|
||||||
ROOT_URL = "https://1896Folsom.duckdns.org:3000";
|
ROOT_URL = "https://dev.railbird.ai";
|
||||||
};
|
};
|
||||||
settings.actions = {
|
settings.actions = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user