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