nixos/mautrix-facebook: fix copy&paste error

Closes https://github.com/NixOS/nixpkgs/issues/166312.
This commit is contained in:
Luflosi
2023-02-22 00:03:19 +01:00
parent 0cb990e6e0
commit e5ffc94ea9
@@ -96,7 +96,7 @@ in {
type = types.nullOr types.path;
default = null;
description = lib.mdDoc ''
File containing environment variables to be passed to the mautrix-telegram service.
File containing environment variables to be passed to the mautrix-facebook service.
Any config variable can be overridden by setting `MAUTRIX_FACEBOOK_SOME_KEY` to override the `some.key` variable.
'';