From 5237796f2bd081eb4fd44687ecb49e720308d8ae Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 23 Oct 2023 16:48:31 +0000 Subject: [PATCH] nixos/ferretdb: fix broken link to documentation --- nixos/modules/services/databases/ferretdb.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/databases/ferretdb.nix b/nixos/modules/services/databases/ferretdb.nix index 45f822d64691..ab55e22bf214 100644 --- a/nixos/modules/services/databases/ferretdb.nix +++ b/nixos/modules/services/databases/ferretdb.nix @@ -30,7 +30,7 @@ in }; description = '' Additional configuration for FerretDB, see - + for supported values. ''; };