centralize shared hive config

This commit is contained in:
müde 2026-07-01 18:13:39 +02:00
commit ea54ea9eb6
4 changed files with 34 additions and 39 deletions

View file

@ -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";
};
};
}