hyperhive website: add docs, new hyperhive options namespace
This commit is contained in:
parent
52e9708552
commit
7263e899b1
3 changed files with 33 additions and 79 deletions
|
|
@ -1,9 +1,8 @@
|
|||
{ hyperhive, ... }:
|
||||
{
|
||||
imports = [
|
||||
hyperhive.nixosModules.hive-c0re
|
||||
hyperhive.nixosModules.hive-forge
|
||||
];
|
||||
imports = [ hyperhive.nixosModules.default ];
|
||||
|
||||
config.services.hive-c0re.enable = true;
|
||||
config.services.hyperhive = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue