From dad447aee038d25e670f15763c23b72726620b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Wed, 20 May 2026 19:29:36 +0200 Subject: [PATCH] hyperhive update --- flake.lock | 8 ++++---- nixosConfigurations/muede-lpt2/hyperhive.nix | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 65ee104..72ec8df 100644 --- a/flake.lock +++ b/flake.lock @@ -379,11 +379,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1779048925, - "narHash": "sha256-5hrzr+nmpPau/Wzf69pbn0lO44lsqYZITGP9lWONc9U=", + "lastModified": 1779297160, + "narHash": "sha256-5siEd/rpH3tVdBNFRBCFxUXtLPYs8OLQNkffhZZR9vQ=", "ref": "refs/heads/main", - "rev": "15f141801babd56ac29fe15e697f8256eb14ee1b", - "revCount": 374, + "rev": "3224178d2d38aafeb123daeefbcc6904fc922e22", + "revCount": 494, "type": "git", "url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git" }, diff --git a/nixosConfigurations/muede-lpt2/hyperhive.nix b/nixosConfigurations/muede-lpt2/hyperhive.nix index 003accc..cb41f90 100644 --- a/nixosConfigurations/muede-lpt2/hyperhive.nix +++ b/nixosConfigurations/muede-lpt2/hyperhive.nix @@ -6,5 +6,4 @@ ]; config.services.hive-c0re.enable = true; - config.services.hive-forge.enable = true; }