From 5b799f539ba56639bedde58bc5d0b92ccb5b70b7 Mon Sep 17 00:00:00 2001 From: Parthiv Seetharaman Date: Thu, 24 Feb 2022 17:24:12 -0800 Subject: README: example wasn't set in the services option --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9648f05..7f28e9e 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ For example, here is how you would setup mautrix-whatsapp: { pkgs, ... }: { services.matrix-appservices = { - whatsapp = { - port = 29183; - format = "mautrix-go"; - package = pkgs.mautrix-whatsapp; + services = { + whatsapp = { + port = 29183; + format = "mautrix-go"; + package = pkgs.mautrix-whatsapp; + }; }; }; } -- cgit v1.2.3