Monorepo for Tangled tangled.org

docs: hacking: update knot secret generation section to point to correct file

Signed-off-by: dusk <y.bera003.06@protonmail.com>

Change-Id: loymplokzmykltuxrtpkxmkvstvqzxzo

authored by ptr.pet and committed by Tangled d0f3b5b5 51f5e461

Changed files
+4 -3
docs
+4 -3
docs/hacking.md
··· 55 55 quite cumbersome. So the nix flake provides a 56 56 `nixosConfiguration` to do so. 57 57 58 - To begin, head to `http://localhost:3000` in the browser and 59 - generate a knot secret. Replace the existing secret in 60 - `flake.nix` with the newly generated secret. 58 + To 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. 61 62 62 63 You can now start a lightweight NixOS VM using 63 64 `nixos-shell` like so: