From 818d2a60a820bd155107950b0e5b79e65cd1f456 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Thu, 19 Sep 2024 11:01:19 -0700 Subject: [PATCH] hedgedoc: correct typo in deprecation notice Continues #244941 --- nixos/modules/services/web-apps/hedgedoc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/hedgedoc.nix b/nixos/modules/services/web-apps/hedgedoc.nix index 919d870b3a2cb..36d79a4153ece 100644 --- a/nixos/modules/services/web-apps/hedgedoc.nix +++ b/nixos/modules/services/web-apps/hedgedoc.nix @@ -26,7 +26,7 @@ in (lib.mkRemovedOptionModule [ "services" "hedgedoc" "workDir" ] '' This option has been removed in favor of systemd managing the state directory. - If you have set this option without specifying `services.settings.uploadsDir`, + If you have set this option without specifying `services.hedgedoc.settings.uploadsPath`, please move these files to `/var/lib/hedgedoc/uploads`, or set the option to point at the correct location. '')