diff options
| author | EuAndreh <eu@euandre.org> | 2020-12-05 09:50:52 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-12-05 09:50:52 -0300 |
| commit | 85afda4b98706ab28939a032978b7faa06c05934 (patch) | |
| tree | 1735d90c74c6928033f1079ba0909734953fa4a3 | |
| parent | Remove vps-configuration.nix (diff) | |
| download | server-85afda4b98706ab28939a032978b7faa06c05934.tar.gz server-85afda4b98706ab28939a032978b7faa06c05934.tar.xz | |
README.md: Add note on starting a development REPL
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -86,3 +86,17 @@ root ALL=(ALL) ALL This basic setup allows it to boot, starts the OpenSSH server agent and allows the listed `ssh-public-key` to login, and commands from the "andreh" user can run `sudo` without password. + +### Development REPL + +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 +``` |
