diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-16 14:13:06 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-16 14:13:06 -0400 |
commit | 0bf0473ff8699f77ef7148f4ccdc0c720b03d4f0 (patch) | |
tree | dd59bed2c675ba7ad28dfdad1e73cb6658b09335 /deploy.sh | |
parent | c1a8a9ba60d3b146549b5eb2892c55d9f3a47e19 (diff) |
changed priority
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() { |