fix(guix-daemon): default to no substitutes

This commit is contained in:
vxtls 2026-04-06 15:52:42 -04:00
parent ab64a31dd1
commit 1e5c17b7ba

View file

@ -221,6 +221,7 @@ done
if [ ! -S "${daemon_socket}" ]; then if [ ! -S "${daemon_socket}" ]; then
guix-daemon \ guix-daemon \
--build-users-group=guixbuild \ --build-users-group=guixbuild \
--no-substitutes \
--listen="${daemon_socket}" \ --listen="${daemon_socket}" \
>/tmp/guix-daemon.log 2>&1 & >/tmp/guix-daemon.log 2>&1 &
fi fi