summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-09-16 13:05:11 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-09-16 13:05:11 -0400
commitc1a8a9ba60d3b146549b5eb2892c55d9f3a47e19 (patch)
treeb2d899bbf25cc6a0982769bca33c03dcc9d97929
parentef0b451a5a349b287b6b1fa7bed79a08e4c3f3c2 (diff)
test for presentation
-rwxr-xr-xdeploy.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/deploy.sh b/deploy.sh
index f27d6c9..db50166 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -61,12 +61,14 @@ copy_and_prepare() {
61 # Install the non-guix signing keys 61 # Install the non-guix signing keys
62 echo "Installing non-guix signing keys for substitutes..." 62 echo "Installing non-guix signing keys for substitutes..."
63 curl -o sign-key.pub https://substitutes.nonguix.org/signing-key.pub 63 curl -o sign-key.pub https://substitutes.nonguix.org/signing-key.pub
64 curl -o sign-key-r.pub http://129.21.92.78:8000/signing-key.pub
64 guix archive --authorize < sign-key.pub 65 guix archive --authorize < sign-key.pub
66 guix archive --authorize < sign-key-r.pub
65} 67}
66 68
67install_system() { 69install_system() {
68 echo "Beginning install!" 70 echo "Beginning install!"
69 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' init $install_hostname.scm /mnt 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
70} 72}
71 73
72install_user_env() { 74install_user_env() {
@@ -90,4 +92,4 @@ install_system
90install_user_env 92install_user_env
91 93
92# Reboot the machine at this point! 94# Reboot the machine at this point!
93reboot 95#reboot