From 01be899805fb1d3cd6ecb04127486dfaf0f1aa01 Mon Sep 17 00:00:00 2001 From: Sin Ser'hao Date: Fri, 9 Jan 2026 15:05:07 +0100 Subject: [PATCH] change cache push url --- scripts/upload-to-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upload-to-cache.sh b/scripts/upload-to-cache.sh index 4cc7ad2..d4f895d 100644 --- a/scripts/upload-to-cache.sh +++ b/scripts/upload-to-cache.sh @@ -8,4 +8,4 @@ fi export IFS=' ' echo "Uploading paths" $OUT_PATHS -exec nix copy --to "ssh://localhost" $OUT_PATHS +exec nix copy --to "ssh://n100@192.168.1.12" $OUT_PATHS