Files
homelab/scripts/upload-to-cache.sh
Sin Ser'hao 85aab484cf
All checks were successful
/ perform flake analysis (push) Successful in 37s
/ build hive configuration (push) Successful in 8m52s
use ssh over http
2026-01-09 16:11:19 +01:00

12 lines
166 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@localhost" $OUT_PATHS