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

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;
}