fix(ci): test all systems

This commit is contained in:
arcnmx 2024-01-14 11:32:03 -08:00
parent 2cc89e56da
commit 0b4d0a77ab
3 changed files with 191 additions and 3 deletions

View file

@ -59,8 +59,7 @@ with lib; {
};
jobs = let
main = import ../.;
enabledHosts = ["tewi"];
enabledHosts = ["tewi" "tei" "mediabox" "reisen-ct"];
in
mapAttrs' (k: nameValuePair "${k}") (genAttrs enabledHosts (host: {
tasks.${host}.inputs = channels.nixfiles.network.nodes.${host}.system.build.toplevel;