···3232nix run .#watch-tailwind
3333```
34343535-## running a knotserver
3535+## running a knot
36363737-An end-to-end knotserver setup requires setting up a machine
3838-with `sshd`, `repoguard`, `keyfetch`, a git user, which is
3939-quite cumbersome and so the nix flake provides a
3737+An end-to-end knot setup requires setting up a machine with
3838+`sshd`, `AuthorizedKeysCommand`, and git user, which is
3939+quite cumbersome. So the nix flake provides a
4040`nixosConfiguration` to do so.
41414242To begin, head to `http://localhost:3000` in the browser and
4343-generate a knotserver secret. Replace the existing secret in
4343+generate a knot secret. Replace the existing secret in
4444`flake.nix` with the newly generated secret.
45454646You can now start a lightweight NixOS VM using
···5252# hit Ctrl-a + c + q to exit the VM
5353```
54545555-This starts a knotserver on port 6000 with `ssh` exposed on
5656-port 2222. You can push repositories to this VM with this
5757-ssh config block on your main machine:
5555+This starts a knot on port 6000 with `ssh` exposed on port
5656+2222. You can push repositories to this VM with this ssh
5757+config block on your main machine:
58585959```bash
6060Host nixos-shell