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