From 270d5422c2a1432785d3edb01992528bdb2e85bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sat, 30 May 2026 14:24:30 +0200 Subject: [PATCH] hyperhive: enable matrix --- flake.lock | 8 ++++---- nixosConfigurations/muede-lpt2/hyperhive.nix | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index db49fea..b62982b 100644 --- a/flake.lock +++ b/flake.lock @@ -363,11 +363,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1780138364, - "narHash": "sha256-0kqlhRRYyagHEDSGIe7I+jGr+cizafT69zHRXlFrEqY=", + "lastModified": 1780141405, + "narHash": "sha256-QJREfAH5StjYj0q0AZueiVvlDh74+PEBheoqwZO7ISY=", "ref": "refs/heads/main", - "rev": "0a376321bfd6d12e28efe3375ae2e5f96df5f168", - "revCount": 881, + "rev": "f943976f14aa56de50953d2e44416bf1b85ed719", + "revCount": 884, "type": "git", "url": "https://forge.darkest.space/hyperhive/hyperhive.git" }, diff --git a/nixosConfigurations/muede-lpt2/hyperhive.nix b/nixosConfigurations/muede-lpt2/hyperhive.nix index a784d0a..32cc308 100644 --- a/nixosConfigurations/muede-lpt2/hyperhive.nix +++ b/nixosConfigurations/muede-lpt2/hyperhive.nix @@ -4,5 +4,7 @@ config.services.hyperhive = { enable = true; + domain = "pr1ma.darkest.space"; + matrix.enable = true; }; }