about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-02-22 08:41:57 +0800
committerGitHub <noreply@github.com>2023-02-22 08:41:57 +0800
commit203302b8a60e45980513c792b65679edebe571a5 (patch)
tree0c9a50143041ed1d5236fe20e18f870c830c0bcf /nixos
parentd6847066bbd78ea22e2e21d070e89828427e4c33 (diff)
parente5ffc94ea942bb76c90016ea893f828513f523fa (diff)
Merge pull request #217584 from Luflosi/fix-mautrix-facebook-typo
nixos/mautrix-facebook: fix copy&paste error
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/matrix/mautrix-facebook.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/matrix/mautrix-facebook.nix b/nixos/modules/services/matrix/mautrix-facebook.nix
index e74f25df764db..e995f1aecf27d 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.
         '';