nixos-configs/nixosConfigurations/muede-lpt2/hyperhive.nix

10 lines
162 B
Nix
Raw Normal View History

2026-05-14 21:12:05 +02:00
{ hyperhive, ... }:
{
imports = [
hyperhive.nixosModules.hive-c0re
hyperhive.nixosModules.hive-forge
];
2026-05-14 21:12:05 +02:00
config.services.hive-c0re.enable = true;
}