diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ copy_and_prepare() { | |||
68 | 68 | ||
69 | install_system() { | 69 | install_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 | ||
74 | install_user_env() { | 74 | install_user_env() { |