Skip to content

Commit

Permalink
hedgedoc: correct typo in deprecation notice
Browse files Browse the repository at this point in the history
Continues #244941
  • Loading branch information
AndrewKvalheim committed Sep 19, 2024
1 parent 223f611 commit 818d2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/hedgedoc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'')
Expand Down

0 comments on commit 818d2a6

Please sign in to comment.