nix flake update, enable hyperhive forge

This commit is contained in:
müde 2026-05-17 22:23:35 +02:00
parent bdd2c2efe1
commit 0182c37a04
2 changed files with 42 additions and 38 deletions

View file

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