diff options
author | EuAndreh <eu@euandre.org> | 2021-01-22 19:30:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-22 19:30:24 -0300 |
commit | 89be33748947cf476fafb11d2ce7c2d7d095e6c0 (patch) | |
tree | 1d35eac13813c1b828e66db519eb6cbdbb4c1ab2 /README.md | |
parent | TODOs.md (diff) | |
download | toph-89be33748947cf476fafb11d2ce7c2d7d095e6c0.tar.gz toph-89be33748947cf476fafb11d2ce7c2d7d095e6c0.tar.xz |
Update README.md
Diffstat (limited to 'README.md')
-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 -``` |