nixos-configuration/nixosConfigurations/muede-lpt2/hyperhive.nix
2026-05-15 17:51:23 +02:00

6 lines
118 B
Nix

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