about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/nix-push-prebuilts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-push-prebuilts b/scripts/nix-push-prebuilts
index 95289787995b..c0e3b45c5825 100755
--- a/scripts/nix-push-prebuilts
+++ b/scripts/nix-push-prebuilts
@@ -34,7 +34,7 @@ close PKGS;
 
 # Push the prebuilts to the server. !!! FIXME
 
-system "rsync -av -e ssh '$exportdir'/ losser:/home/eelco/public_html/nix-prebuilts/";
+system "rsync -av -e ssh '$exportdir'/ eelco\@losser.st-lab.cs.uu.nl:/home/eelco/public_html/nix-prebuilts/";
 
 # Rerun `nix-pull-prebuilts' to rescan the prebuilt source locations.