summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-09-16 14:13:06 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-09-16 14:13:06 -0400
commit0bf0473ff8699f77ef7148f4ccdc0c720b03d4f0 (patch)
treedd59bed2c675ba7ad28dfdad1e73cb6658b09335 /deploy.sh
parentc1a8a9ba60d3b146549b5eb2892c55d9f3a47e19 (diff)
changed priority
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() {