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 159bc5c6a5
commit d58c4fee0d
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
];