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