From b782247047f4228b9da48df67260e2c8ffea2b1a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 3 Jul 2018 20:22:23 +0100 Subject: Copy the root profile when provisioning Then switch to just installing guile. Also, always create the ~/.guix-profile symlink, as this isn't stored on EFS and thus needs creating everytime the machine is created. --- terraform/aws/backend/main.tf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'terraform') diff --git a/terraform/aws/backend/main.tf b/terraform/aws/backend/main.tf index 66b273b..4fb499e 100644 --- a/terraform/aws/backend/main.tf +++ b/terraform/aws/backend/main.tf @@ -304,12 +304,14 @@ EOF "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 + # Setup the profile for the ubuntu user <