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

16
flake.lock generated
View file

@ -365,11 +365,11 @@
]
},
"locked": {
"lastModified": 1780689304,
"narHash": "sha256-O/2KxJBvp6EDOdLqQZtQ0Dda4cebSd7NWwu08vHCQrE=",
"lastModified": 1780693307,
"narHash": "sha256-yDm1Z01y3gC4/W6ajwTNPX1PQ7Ch3Xi6Pp/ATNoJ3Wg=",
"ref": "refs/heads/main",
"rev": "86f0de751ff9066e82dab432547a13bb9d484862",
"revCount": 1676,
"rev": "14c7b0d406b7f9dd38088d41273a8eb146fd6acb",
"revCount": 1683,
"type": "git",
"url": "https://forge.darkest.space/hyperhive/hyperhive.git"
},
@ -391,11 +391,11 @@
]
},
"locked": {
"lastModified": 1780684306,
"narHash": "sha256-JVWDS10wy9JGcDwW8tWxlG6tHynM8ppAA1T4mbyQ5/E=",
"lastModified": 1780690489,
"narHash": "sha256-dTwwNrwOoz4XeP+LKdxKojhHXmmfb9dc3xLFIZ9Agns=",
"ref": "refs/heads/main",
"rev": "5755ffcd96924434a5f70f7255789fae3f4adb7f",
"revCount": 31,
"rev": "0fb143a21caca10bf6137f74d352156a4a0249c6",
"revCount": 33,
"type": "git",
"url": "https://forge.darkest.space/hyperhive/website.git"
},

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" = { };
};
};
}