Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #245564 from eliasp/paperless-docs-url

nixos/paperless: update URL to docs

authored by

Nick Cao and committed by
GitHub
8f7b4e88 b5408d5c

+1 -1
+1 -1
nixos/modules/services/misc/paperless.nix
··· 176 description = lib.mdDoc '' 177 Extra paperless config options. 178 179 - See [the documentation](https://paperless-ngx.readthedocs.io/en/latest/configuration.html) 180 for available options. 181 182 Note that some options such as `PAPERLESS_CONSUMER_IGNORE_PATTERN` expect JSON values. Use `builtins.toJSON` to ensure proper quoting.
··· 176 description = lib.mdDoc '' 177 Extra paperless config options. 178 179 + See [the documentation](https://docs.paperless-ngx.com/configuration/) 180 for available options. 181 182 Note that some options such as `PAPERLESS_CONSUMER_IGNORE_PATTERN` expect JSON values. Use `builtins.toJSON` to ensure proper quoting.