From f4ae2ad7b6a043515c9cc31f42be5a427718bed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sun, 16 Aug 2026 12:28:27 +0200 Subject: [PATCH] update hypehive --- flake.lock | 8 ++++---- nixosModules/constellation-swarm.nix | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 71d3d8c..0d1c517 100644 --- a/flake.lock +++ b/flake.lock @@ -373,11 +373,11 @@ ] }, "locked": { - "lastModified": 1786796765, - "narHash": "sha256-A539XRl7wgCjGCKg9HXuBIf94ynqC8XioiVS6w5Am14=", + "lastModified": 1786824106, + "narHash": "sha256-vxNr47ro5xi3A4yFoImtlxC0sNjWVXRdtzkdxzK+yyU=", "ref": "refs/heads/main", - "rev": "b3f46e4f43885e4c2eaa24b69039e962b05e1a43", - "revCount": 3573, + "rev": "bc594a36ef2d80c62771ae14d34d73603d82d9a8", + "revCount": 3582, "type": "git", "url": "https://forge.darkest.space/hyperhive/hyperhive.git" }, diff --git a/nixosModules/constellation-swarm.nix b/nixosModules/constellation-swarm.nix index a198d3c..176adb7 100644 --- a/nixosModules/constellation-swarm.nix +++ b/nixosModules/constellation-swarm.nix @@ -50,17 +50,16 @@ in # not default - both still on hive domain gatewayHost = "matrix.pr1ma.darkest.space"; serverName = "pr1ma.darkest.space"; + sso.enable = true; }; 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"; }; }; };