8 lines
129 B
Nix
8 lines
129 B
Nix
{ hyperhive, ... }:
|
|
{
|
|
imports = [ hyperhive.nixosModules.default ];
|
|
|
|
config.services.hyperhive = {
|
|
enable = true;
|
|
};
|
|
}
|