6 lines
118 B
Nix
6 lines
118 B
Nix
{ hyperhive, ... }:
|
|
{
|
|
imports = [ hyperhive.nixosModules.hive-c0re ];
|
|
|
|
config.services.hive-c0re.enable = true;
|
|
}
|