···3232nix run .#watch-tailwind3333```34343535-## running a knotserver3535+## running a knot36363737-An end-to-end knotserver setup requires setting up a machine3838-with `sshd`, `repoguard`, `keyfetch`, a git user, which is3939-quite cumbersome and so the nix flake provides a3737+An end-to-end knot setup requires setting up a machine with3838+`sshd`, `AuthorizedKeysCommand`, and git user, which is3939+quite cumbersome. So the nix flake provides a4040`nixosConfiguration` to do so.41414242To begin, head to `http://localhost:3000` in the browser and4343-generate a knotserver secret. Replace the existing secret in4343+generate a knot secret. Replace the existing secret in4444`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 VM5353```54545555-This starts a knotserver on port 6000 with `ssh` exposed on5656-port 2222. You can push repositories to this VM with this5757-ssh config block on your main machine:5555+This starts a knot on port 6000 with `ssh` exposed on port5656+2222. You can push repositories to this VM with this ssh5757+config block on your main machine:58585959```bash6060Host nixos-shell