*: make rebuild script use remote substitutes for faster builds

This commit is contained in:
q3k 2025-02-09 17:08:39 +01:00
parent 25e0c3040e
commit 9c6f3bbe69

View file

@ -6,6 +6,7 @@ if [ $(hostname -f) != "szalotka.cebula.camp" ]; then
args="--build-host szalotka.cebula.camp"
args="$args --target-host szalotka.cebula.camp"
args="$args --use-remote-sudo"
args="$args --use-substitutes"
fi
nixos-rebuild \