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

closed
opened by ptr.pet targeting master from [deleted fork]: docs
Changed files
+4 -3
docs
+4 -3
docs/hacking.md
··· 55 quite cumbersome. So the nix flake provides a 56 `nixosConfiguration` to do so. 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. 61 62 You can now start a lightweight NixOS VM using 63 `nixos-shell` like so:
··· 55 quite cumbersome. So the nix flake provides a 56 `nixosConfiguration` to do so. 57 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. 62 63 You can now start a lightweight NixOS VM using 64 `nixos-shell` like so: