fix(ci): change key to nixosConfigurations

This commit is contained in:
Kat Inskip 2024-01-27 20:09:07 -08:00
parent 89505a91cd
commit dc1c82317c
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -63,7 +63,7 @@ with lib; {
enabledHosts = ["hakurei" "tei" "mediabox" "reisen-ct"];
in
mapAttrs' (k: nameValuePair "${k}") (genAttrs enabledHosts (host: {
tasks.${host}.inputs = channels.nixfiles.network.nodes.${host}.system.build.toplevel;
tasks.${host}.inputs = channels.nixfiles.nixosConfigurations.${host}.system.build.toplevel;
}));
ci.gh-actions.checkoutOptions.submodules = false;