From a8ecb909c0774eac06c32a1fa18d7c1c0bc7d142 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 1 Aug 2021 20:47:38 +0200 Subject: [PATCH] nixos/nextcloud: fixed secretFile example --- nixos/modules/services/web-apps/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix index 4c2030ad87b0..3173c7771236 100644 --- a/nixos/modules/services/web-apps/nextcloud.nix +++ b/nixos/modules/services/web-apps/nextcloud.nix @@ -393,7 +393,7 @@ in { description = '' Secret options which will be appended to nextcloud's config.php file (written as JSON, in the same form as the option), for example - '{"redis":{"password":"secret","timeout"=2}}'. + '{"redis":{"password":"secret"}}'. ''; }; };