From e75fdb6121a0f09fa1e0b4e3dfc853546560cab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sun, 31 May 2026 23:47:12 +0200 Subject: [PATCH] hyperhive: enable ci --- flake.lock | 16 ++++++++-------- nixosConfigurations/muede-lpt2/hyperhive.nix | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 3a5733a..3ee20db 100644 --- a/flake.lock +++ b/flake.lock @@ -363,11 +363,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1780253615, - "narHash": "sha256-TjRnDvTAu4ocOmqnBZ/+//eq0bxdFbYl5zZu7j1ONpY=", + "lastModified": 1780265153, + "narHash": "sha256-vFVabTN5FtTE99Brvc6s3Tr0pz9dLFvnw3zMc8FVCwU=", "ref": "refs/heads/main", - "rev": "7cc26907173f880fcce0e40635d1ed364ccb5a5f", - "revCount": 1109, + "rev": "6f25ff7ee727d8d4c472703c9a2dd5045290a5d8", + "revCount": 1150, "type": "git", "url": "https://forge.darkest.space/hyperhive/hyperhive.git" }, @@ -383,11 +383,11 @@ ] }, "locked": { - "lastModified": 1780152618, - "narHash": "sha256-vnx1m2lxIjoJd1e3PJz4XVmScF4maxQ9SMZWQym1mm0=", + "lastModified": 1780265484, + "narHash": "sha256-S8gycwVbWmg3CLDK2ocfGSkBS8UWX6tZFmOjYG2TIEE=", "ref": "refs/heads/main", - "rev": "98930caaca4d8bdc5957d6e24aa1438dac122d85", - "revCount": 15, + "rev": "e1360b269ac56579ab290e8ecab836538753dfb0", + "revCount": 17, "type": "git", "url": "https://forge.darkest.space/hyperhive/website.git" }, diff --git a/nixosConfigurations/muede-lpt2/hyperhive.nix b/nixosConfigurations/muede-lpt2/hyperhive.nix index c41db13..7857255 100644 --- a/nixosConfigurations/muede-lpt2/hyperhive.nix +++ b/nixosConfigurations/muede-lpt2/hyperhive.nix @@ -10,6 +10,7 @@ gui.enable = true; serverName = "pr1ma.darkest.space"; }; + forge.ci.enable = true; gateway.localHostsEntry = true; }; }