Files
nixos/config.sh
2023-07-12 15:25:07 +02:00

14 lines
263 B
Bash

CHROOT_DIR=/home/chroot
REMOTE_IP=git.cloonar.com
# Optional
# maxium time waiting for the SFTP connection to connect
# default value is 20
#TIMEOUT=20
# port to connect to the remote server
# default is 22
#REMOTE_PORT=22
# don't build locally
#NOLOCALBUILD=1