summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyperion <hyperion@spacekookie.de>2020-10-30 12:05:52 +0100
committerhyperion <hyperion@spacekookie.de>2020-10-30 12:05:52 +0100
commitcc22f1c3a2e24ef366ebe9a11c463075cd0263d3 (patch)
treef49d9452859eba3ec41d783043c459cf8c45701e
parent857e0584d19e0abbc9f73a7ea9aea24be6a6786e (diff)
Updating README
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8d092fb..319dfca 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,11 @@ consider a reference implementation for other systems, check the
### NixOS
-If you are already running an nginx, or prosody, you will have to
-manually integrate [`nix`](./nix) into your configuration. In case
-you don't, you can simply include the whole module.
+If you want to use XMPP chats, you need to configure prosody
+yourself - `brook` will only setup the anonymous user virtualhost to
+be used by the brook-web chat.
+
+Get started by importing the module.
```nix
imports = [
@@ -41,10 +43,8 @@ imports = [
];
```
-Then you can use the various `brook` submodules to configure your
-streaming setup. If you want to use XMPP chats, you need to configure
-prosody yourself - `brook` will only setup the anonymous user virtualhost
-to be used by the brook-web chat.
+After that you can use the various `brook` submodules to configure your
+streaming setup.
```nix
services.brook = {