From e5ffc94ea942bb76c90016ea893f828513f523fa Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 21 Dec 2022 21:54:33 +0100 Subject: [PATCH] nixos/mautrix-facebook: fix copy&paste error Closes https://github.com/NixOS/nixpkgs/issues/166312. --- nixos/modules/services/matrix/mautrix-facebook.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/matrix/mautrix-facebook.nix b/nixos/modules/services/matrix/mautrix-facebook.nix index e74f25df764d..e995f1aecf27 100644 --- a/nixos/modules/services/matrix/mautrix-facebook.nix +++ b/nixos/modules/services/matrix/mautrix-facebook.nix @@ -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. '';