feat(host): add 'eetion' host (as a test for Orange Pi Zero2 H616)

This commit is contained in:
2026-02-01 22:56:12 +01:00
parent ed24f55d15
commit 0f7f9585b3
5 changed files with 117 additions and 7 deletions

View File

@@ -90,6 +90,8 @@ in
};
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
environment.systemPackages = [
inputs.colmena.packages.${pkgs.system}.colmena
];