add hyperhive
This commit is contained in:
parent
15c32a95a4
commit
cc3cb4fc72
4 changed files with 124 additions and 4 deletions
|
|
@ -3,6 +3,7 @@
|
|||
imports = [
|
||||
./containers.nix
|
||||
./hardware.nix
|
||||
./hyperhive.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
|
|||
6
nixosConfigurations/muede-lpt2/hyperhive.nix
Normal file
6
nixosConfigurations/muede-lpt2/hyperhive.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ hyperhive, ... }:
|
||||
{
|
||||
imports = [ hyperhive.nixosModules.hive-c0re ];
|
||||
|
||||
config.services.hive-c0re.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue