From be2c87eea09018b33bbade3e3df141e9e2911e32 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:22:21 -0500 Subject: [PATCH] nixos/flarum: fix documentation link formatting --- nixos/modules/services/web-apps/flarum.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/flarum.nix b/nixos/modules/services/web-apps/flarum.nix index c466d2700b1c..c60416970a27 100644 --- a/nixos/modules/services/web-apps/flarum.nix +++ b/nixos/modules/services/web-apps/flarum.nix @@ -124,7 +124,7 @@ in description = '' Create the database and database user locally, and run installation. - WARNING: Due to https://github.com/flarum/framework/issues/4018, this option is set + WARNING: Due to , this option is set to false by default. The 'flarum install' command may delete existing database tables. Only set this to true if you are certain you are working with a fresh, empty database. '';