switch hive forge domain
This commit is contained in:
parent
158ea8fc4c
commit
9029dcbb48
3 changed files with 77 additions and 66 deletions
|
|
@ -37,20 +37,14 @@ in
|
|||
name = "constellation";
|
||||
domain = "constellation.darkest.space";
|
||||
enableRequiredServices = true;
|
||||
forge = {
|
||||
# not default - still on hive domain
|
||||
domain = "forge.pr1ma.darkest.space";
|
||||
ci = {
|
||||
enable = true;
|
||||
concurrency = 2;
|
||||
};
|
||||
sso.enable = true;
|
||||
forge.ci = {
|
||||
enable = true;
|
||||
concurrency = 2;
|
||||
};
|
||||
matrix = {
|
||||
# not default - both still on hive domain
|
||||
gatewayHost = "matrix.pr1ma.darkest.space";
|
||||
serverName = "pr1ma.darkest.space";
|
||||
sso.enable = true;
|
||||
};
|
||||
hives = {
|
||||
"umbra" = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue