nix flake update, enable hyperhive forge
This commit is contained in:
parent
bdd2c2efe1
commit
0182c37a04
2 changed files with 42 additions and 38 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ hyperhive, ... }:
|
||||
{
|
||||
imports = [ hyperhive.nixosModules.hive-c0re ];
|
||||
imports = [
|
||||
hyperhive.nixosModules.hive-c0re
|
||||
hyperhive.nixosModules.hive-forge
|
||||
];
|
||||
|
||||
config.services.hive-c0re.enable = true;
|
||||
config.services.hive-forge.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue