aboutsummaryrefslogtreecommitdiff
path: root/terraform/aws/backend/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/aws/backend/main.tf')
-rw-r--r--terraform/aws/backend/main.tf3
1 files changed, 2 insertions, 1 deletions
diff --git a/terraform/aws/backend/main.tf b/terraform/aws/backend/main.tf
index 45d660f..ef85143 100644
--- a/terraform/aws/backend/main.tf
+++ b/terraform/aws/backend/main.tf
@@ -311,7 +311,8 @@ EOF
if [ ! -d "/var/guix/profiles/per-user/ubuntu" ]; then
cp -r /var/guix/profiles/per-user/root/guix-profile-1-link /var/guix/profiles/per-user/ubuntu/
ln -s /var/guix/profiles/per-user/ubuntu/guix-profile-1-link /var/guix/profiles/per-user/ubuntu/guix-profile
- /var/guix/profiles/per-user/ubuntu/guix-profile/bin/guix package -i guile bash
+ # Install openssl and nss-certs so that downloads work for custom pagckage versions
+ /var/guix/profiles/per-user/ubuntu/guix-profile/bin/guix package -i guile bash openssl nss-certs
fi
ln -s /var/guix/profiles/per-user/ubuntu/guix-profile ~/.guix-profile
EOF