update hyperhive
This commit is contained in:
parent
cf8114ceb0
commit
3e34428b5d
4 changed files with 32 additions and 17 deletions
|
|
@ -37,18 +37,33 @@ in
|
|||
name = "constellation";
|
||||
domain = "constellation.darkest.space";
|
||||
enableRequiredServices = true;
|
||||
forge.ci.enable = true;
|
||||
peers = {
|
||||
"umbra.darkest.space" = {
|
||||
certFingerprint = "sha256:ae68d089e0155978fff7a9963bfb1e123ed645e7c9f93a4b4bb3e278c5f32a27";
|
||||
forge = {
|
||||
# not default - still on hive domain
|
||||
domain = "forge.pr1ma.darkest.space";
|
||||
ci = {
|
||||
enable = true;
|
||||
concurrency = 2;
|
||||
};
|
||||
};
|
||||
"pr1ma.darkest.space" = {
|
||||
certFingerprint = "sha256:63e026f8682d6b5496f3eec99edb2ef62a8999c6d767228051e6e057f8cd90c6";
|
||||
matrix = {
|
||||
# not default - both still on hive domain
|
||||
gatewayHost = "matrix.pr1ma.darkest.space";
|
||||
serverName = "pr1ma.darkest.space";
|
||||
};
|
||||
hives = {
|
||||
"umbra" = {
|
||||
# not default - still not subdomain
|
||||
domain = "umbra.darkest.space";
|
||||
certFingerprint = "sha256:ae68d089e0155978fff7a9963bfb1e123ed645e7c9f93a4b4bb3e278c5f32a27";
|
||||
};
|
||||
"pr1ma" = {
|
||||
# not default - still not subdomain
|
||||
domain = "pr1ma.darkest.space";
|
||||
certFingerprint = "sha256:63e026f8682d6b5496f3eec99edb2ef62a8999c6d767228051e6e057f8cd90c6";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
ruthless = true;
|
||||
domain = "${cfg.hiveName}.darkest.space"; # backcompat not a subdomain
|
||||
hiveName = cfg.hiveName;
|
||||
gateway = {
|
||||
localHostsEntry = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue