centralize shared hive config
This commit is contained in:
parent
f1b061887c
commit
ea54ea9eb6
4 changed files with 34 additions and 39 deletions
|
|
@ -1,9 +1,8 @@
|
|||
{ self, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./containers.nix
|
||||
./hardware.nix
|
||||
./hyperhive.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
@ -59,5 +58,10 @@
|
|||
];
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
my.constellation-swarm = {
|
||||
enable = true;
|
||||
hiveName = "pr1ma";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue