+4
-3
docs/hacking.md
+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: