hyperhive/nixosConfigurations/muede-lpt2/hyperhive.nix
2026-05-17 22:23:35 +02:00

10 lines
206 B
Nix

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