Files
homelab/scripts/upload-to-cache.sh
Sin Ser'hao 07926b877a
Some checks failed
/ perform flake analysis (push) Successful in 38s
/ build hive configuration (push) Has been cancelled
change cache push url
2026-01-09 15:15:37 +01:00

12 lines
169 B
Bash

#!/bin/sh
set -eu
set -f
if ! nix --version; then
exit 0
fi
export IFS=' '
echo "Uploading paths" $OUT_PATHS
exec nix copy --to "ssh://root@192.168.1.12" $OUT_PATHS