From a56d4ad2ccd068391f059a91a3cb6ad6d90967cc Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Mon, 11 Aug 2025 15:45:05 -0700 Subject: [PATCH] hacking.md: fixup names of env vars and knot names Change-Id: xykqxxxkmttutuzpuxzutrpytztrpnmu Minor, but important fixups Signed-off-by: Ilya Grigoriev --- docs/hacking.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/hacking.md b/docs/hacking.md index a16c0ab..03d65db 100644 --- a/docs/hacking.md +++ b/docs/hacking.md @@ -56,7 +56,8 @@ quite cumbersome. So the nix flake provides a `nixosConfiguration` to do so. To begin, head to `http://localhost:3000/knots` in the browser -and generate a knot secret. Set `$TANGLED_KNOT_SECRET` to it, +and create a knot with hostname `localhost:6000`. This will +generate a knot secret. Set `$TANGLED_VM_KNOT_SECRET` to it, ideally in a `.envrc` with [direnv](https://direnv.net) so you don't lose it. @@ -91,7 +92,7 @@ git push local-dev main ## running a spindle -Be sure to set `$TANGLED_SPINDLE_OWNER` to your own DID. +Be sure to set `$TANGLED_VM_SPINDLE_OWNER` to your own DID. The above VM should already be running a spindle on `localhost:6555`. You can head to the spindle dashboard on `http://localhost:3000/spindles`, and register a spindle with hostname `localhost:6555`. It should instantly -- 2.43.0