From 07926b877ac518514eb2831194edadcdee755a4a Mon Sep 17 00:00:00 2001 From: Sin Ser'hao Date: Fri, 9 Jan 2026 15:15:37 +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 d4f895d..5bf01e5 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://n100@192.168.1.12" $OUT_PATHS +exec nix copy --to "ssh://root@192.168.1.12" $OUT_PATHS