summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index db50166..07fc532 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -68,7 +68,7 @@ copy_and_prepare() {
68 68
69install_system() { 69install_system() {
70 echo "Beginning install!" 70 echo "Beginning install!"
71 guix time-machine -C ./channels.scm -- system -L ./modules --substitute-urls='https://substitutes.nonguix.org https://bordeaux.guix.gnu.org https://ci.guix.gnu.org http://129.21.92.78:8080' init $install_hostname.scm /mnt 71 guix time-machine -C ./channels.scm -- system -L ./modules --substitute-urls='http://129.21.92.78:8080/ https://substitutes.nonguix.org https://bordeaux.guix.gnu.org https://ci.guix.gnu.org' init $install_hostname.scm /mnt
72} 72}
73 73
74install_user_env() { 74install_user_env() {