diff --git a/ci/flake-cron.nix b/ci/flake-cron.nix index 01eac2cc..af45ca64 100644 --- a/ci/flake-cron.nix +++ b/ci/flake-cron.nix @@ -94,7 +94,7 @@ with lib; { targets = main.deploy.targets; enabledTargets = filterAttrs (_: v: v.enable) main.deploy.targets; enabledHosts = concatLists (mapAttrsToList (targetName: target: target.nodeNames) enabledTargets); - filteredHosts = subtractLists [ "daiyousei" "shinmyoumaru" ] enabledHosts; + filteredHosts = subtractLists [ "daiyousei" "shinmyoumaru" "medicine" ] enabledHosts; hostBuildString = concatMapStringsSep " && " (host: "nix build -Lf . network.nodes.${host}.deploy.system -o result-${host} && nix-collect-garbage -d") filteredHosts; in ''