add hyperhive

This commit is contained in:
müde 2026-05-14 21:12:05 +02:00
parent 15c32a95a4
commit cc3cb4fc72
4 changed files with 124 additions and 4 deletions

View file

@ -0,0 +1,6 @@
{ hyperhive, ... }:
{
imports = [ hyperhive.nixosModules.hive-c0re ];
config.services.hive-c0re.enable = true;
}