···56`nixosConfiguration` to do so.
5758To begin, head to `http://localhost:3000/knots` in the browser
59-and generate a knot secret. Replace the existing secret in
60-`nix/vm.nix` (`KNOT_SERVER_SECRET`) with the newly generated
61-secret.
6263You can now start a lightweight NixOS VM using
64`nixos-shell` like so:
···9192## running a spindle
9394-Be sure to change the `owner` field for the spindle in
95-`nix/vm.nix` to your own DID. The above VM should already
96-be running a spindle on `localhost:6555`. You can head to
97-the spindle dashboard on `http://localhost:3000/spindles`,
98-and register a spindle with hostname `localhost:6555`. It
99-should instantly be verified. You can then configure each
100-repository to use this spindle and run CI jobs.
101102Of interest when debugging spindles:
103
···56`nixosConfiguration` to do so.
5758To begin, head to `http://localhost:3000/knots` in the browser
59+and generate a knot secret. Set `$TANGLED_KNOT_SECRET` to it,
60+ideally in a `.envrc` with [direnv](https://direnv.net) so you
61+don't lose it.
6263You can now start a lightweight NixOS VM using
64`nixos-shell` like so:
···9192## running a spindle
9394+Be sure to set `$TANGLED_SPINDLE_OWNER` to your own DID.
95+The above VM should already be running a spindle on `localhost:6555`.
96+You can head to the spindle dashboard on `http://localhost:3000/spindles`,
97+and register a spindle with hostname `localhost:6555`. It should instantly
98+be verified. You can then configure each repository to use this spindle
99+and run CI jobs.
0100101Of interest when debugging spindles:
102