diff options
-rw-r--r-- | terraform/aws/backend/main.tf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/terraform/aws/backend/main.tf b/terraform/aws/backend/main.tf index e066034..66b273b 100644 --- a/terraform/aws/backend/main.tf +++ b/terraform/aws/backend/main.tf @@ -303,6 +303,7 @@ EOF "sudo systemctl daemon-reload", "sudo systemctl enable guix-daemon.service", "sudo systemctl start guix-daemon.service", + "mkdir -p ~/.config", # Make the ~/.config directory, to ensure it's owned by ubuntu <<EOF if [ ! -d "/var/guix/profiles/per-user/ubuntu" ]; then /var/guix/profiles/per-user/root/guix-profile/bin/guix package -i guile guix |