update hypehive

This commit is contained in:
müde 2026-08-16 12:28:27 +02:00
commit f4ae2ad7b6
2 changed files with 5 additions and 6 deletions

8
flake.lock generated
View file

@ -373,11 +373,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1786796765, "lastModified": 1786824106,
"narHash": "sha256-A539XRl7wgCjGCKg9HXuBIf94ynqC8XioiVS6w5Am14=", "narHash": "sha256-vxNr47ro5xi3A4yFoImtlxC0sNjWVXRdtzkdxzK+yyU=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "b3f46e4f43885e4c2eaa24b69039e962b05e1a43", "rev": "bc594a36ef2d80c62771ae14d34d73603d82d9a8",
"revCount": 3573, "revCount": 3582,
"type": "git", "type": "git",
"url": "https://forge.darkest.space/hyperhive/hyperhive.git" "url": "https://forge.darkest.space/hyperhive/hyperhive.git"
}, },

View file

@ -50,17 +50,16 @@ in
# not default - both still on hive domain # not default - both still on hive domain
gatewayHost = "matrix.pr1ma.darkest.space"; gatewayHost = "matrix.pr1ma.darkest.space";
serverName = "pr1ma.darkest.space"; serverName = "pr1ma.darkest.space";
sso.enable = true;
}; };
hives = { hives = {
"umbra" = { "umbra" = {
# not default - still not subdomain # not default - still not subdomain
domain = "umbra.darkest.space"; domain = "umbra.darkest.space";
certFingerprint = "sha256:ae68d089e0155978fff7a9963bfb1e123ed645e7c9f93a4b4bb3e278c5f32a27";
}; };
"pr1ma" = { "pr1ma" = {
# not default - still not subdomain # not default - still not subdomain
domain = "pr1ma.darkest.space"; domain = "pr1ma.darkest.space";
certFingerprint = "sha256:63e026f8682d6b5496f3eec99edb2ef62a8999c6d767228051e6e057f8cd90c6";
}; };
}; };
}; };