diff options
-rw-r--r-- | README.md | 27 |
1 files changed, 13 insertions, 14 deletions
@@ -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 -``` |