nixos-configuration/nixosConfigurations/muede-lpt2/hyperhive.nix
2026-05-20 19:29:36 +02:00

9 lines
162 B
Nix

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