From 89be33748947cf476fafb11d2ce7c2d7d095e6c0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 22 Jan 2021 19:30:24 -0300 Subject: Update README.md --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4e61964..779907f 100644 --- a/README.md +++ b/README.md @@ -7,24 +7,29 @@ See the online [TODOs](TODOs.html). ### Re-creating everything from scratch ```shell -./shell.sh +guix environment -m guix/manifest.scm git crypt unlock direnv allow -./terraform-apply.sh -./guix-reconfigure.sh +terraform apply +guix deploy ``` -### After an update on `vps.tf` +### After an update on `vultr.tf` -Same as above. +```shell +terraform apply +guix deploy +``` -### After editing `sync/vps.scm` or other OS files +### After editing `vps.scm` or other OS files -Just run the `./guix-reconfigure.sh` script. +```shell +guix deploy +``` ## "base-guix-image" -The base `sync/vps.scm` file in the current snapshot (snapshot ID 5c35fb3a74873) +The base `vps.scm` file in the current snapshot (snapshot ID 5c35fb3a74873) is: ```scheme @@ -94,9 +99,3 @@ Start a REPL from the terminal: ```shell $ cd sync && guix repl --listen=tcp:37146 ``` - -And connect from Emacs: - -```text -M-x connect-to-guile RET RET -``` -- cgit v1.2.3