diff --git a/mirror-nixos-branch.pl b/mirror-nixos-branch.pl index f6c12d3..4c12d96 100755 --- a/mirror-nixos-branch.pl +++ b/mirror-nixos-branch.pl @@ -247,4 +247,4 @@ system("git push channels $rev:refs/heads/$channelName >&2") == 0 or die; flock($lockfile, LOCK_UN) or die "cannot release channels lock\n"; # Upload to nixos.org. -system("rsync -avx $channelsDir/ hydra-mirror\@nixos.org:/releases/channels/") == 0 or die; +system("rsync -avx $channelsDir/ hydra-mirror\@download.nixos.org:/releases/channels/") == 0 or die;