nixos/mautrix-facebook: fix copy&paste error

Closes https://github.com/NixOS/nixpkgs/issues/166312.

Luflosi e5ffc94e 0cb990e6

Changed files
+1 -1
nixos
modules
services
+1 -1
nixos/modules/services/matrix/mautrix-facebook.nix
···
type = types.nullOr types.path;
default = null;
description = lib.mdDoc ''
-
File containing environment variables to be passed to the mautrix-telegram service.
Any config variable can be overridden by setting `MAUTRIX_FACEBOOK_SOME_KEY` to override the `some.key` variable.
'';
···
type = types.nullOr types.path;
default = null;
description = lib.mdDoc ''
+
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.
'';