nixos/mautrix-facebook: fix copy&paste error

Closes https://github.com/NixOS/nixpkgs/issues/166312.
This commit is contained in:
Luflosi 2022-12-21 21:54:33 +01:00
parent 0cb990e6e0
commit e5ffc94ea9
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -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.
'';