diff --git a/ci/nodes.nix b/ci/nodes.nix index 1bfa41e2..3ad5c4c3 100644 --- a/ci/nodes.nix +++ b/ci/nodes.nix @@ -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;