enable hyperhive on pc2

This commit is contained in:
müde 2026-06-05 23:04:23 +02:00
commit a6d07263c5
3 changed files with 18 additions and 8 deletions

View file

@ -5,6 +5,8 @@
config.services.hyperhive = {
enable = true;
domain = "pr1ma.darkest.space";
hiveName = "pr1ma";
swarmName = "constellation";
matrix = {
enable = true;
gui.enable = true;
@ -12,5 +14,8 @@
};
forge.ci.enable = true;
gateway.localHostsEntry = true;
swarm.peers = {
"umbra.darkest.space" = { };
};
};
}

View file

@ -5,11 +5,16 @@
config.services.hyperhive = {
enable = true;
domain = "umbra.darkest.space";
hiveName = "umbra";
swarmName = "constellation";
matrix = {
enable = true;
gui.enable = true;
};
forge.ci.enable = true;
gateway.localHostsEntry = true;
swarm.peers = {
"pr1ma.darkest.space" = { };
};
};
}