it finishes a build. Otherwise, run `nix develop` to kick off a build, and the
resulting shell will have all of these commands available.
+Deployment hosts are very thin and don't have a lot of commands available, so
+use `nix run nixpkgs#<command>` in an SSH session where `<command>` is the
+command you'd like to run in order to have Nix pull in and run a command line
+program.
+
- `deploy-these`: Kick off a deployment to the host `these`. Any arguments are
passed to `nixos-rebuild`.
- `deploy-more`: Same as above for `more`.
in that file with the currently configured encryption keys. Will definitely
need to be run by someone who previously has access to the secrets in order to
succeed.
+
+## Services
+
+These can be administrated via `systemctl` and monitored via `journalctl` or
+your chosen log monitoring software.
+
+- `lemmy-prod`: The production Lemmy server.
+- `lemmy-ui-prod`: The Web frontend to the production Lemmy server.
+- `lemmy-dev`: The development Lemmy server.
+- `lemmy-ui-dev`: The Web frontend to the development Lemmy server.