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

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent 159bc5c6a5
commit d58c4fee0d
5 changed files with 117 additions and 7 deletions
+2
View File
@@ -90,6 +90,8 @@ in
};
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
environment.systemPackages = [
inputs.colmena.packages.${pkgs.system}.colmena
];