+3
nixos/doc/manual/release-notes/rl-2505.section.md
+3
nixos/doc/manual/release-notes/rl-2505.section.md
···- `services.paperless` now installs `paperless-manage` as a normal system package instead of creating a symlink in `/var/lib/paperless`.- `asusd` has been upgraded to version 6 which supports multiple aura devices. To account for this, the single `auraConfig` configuration option has been replaced with `auraConfigs` which is an attribute set of config options per each device. The config files may also be now specified as either source files or text strings; to account for this you will need to specify that `text` is used for your existing configs, e.g.:
···- `services.paperless` now installs `paperless-manage` as a normal system package instead of creating a symlink in `/var/lib/paperless`.+- The `gotenberg` package has been updated to 8.16.0, which brings breaking changes to the configuration from version 8.13.0. See the [upstream release notes](https://github.com/gotenberg/gotenberg/releases/tag/v8.13.0)+for that release to get all the details. The `services.gotenberg` module has been updated appropriately to ensure your configuration is valid with this new release.- `asusd` has been upgraded to version 6 which supports multiple aura devices. To account for this, the single `auraConfig` configuration option has been replaced with `auraConfigs` which is an attribute set of config options per each device. The config files may also be now specified as either source files or text strings; to account for this you will need to specify that `text` is used for your existing configs, e.g.:
+119
-21
nixos/modules/services/misc/gotenberg.nix
+119
-21
nixos/modules/services/misc/gotenberg.nix
···············-See [the documentation](https://gotenberg.dev/docs/configuration#pdf-engines) for more details.·········
······+description = "Port the API listener should bind to. Set to 0.0.0.0 to listen on all available IPs.";···+description = "Sets the max limit for `multipart/form-data` requests. Accepts values like '5M', '20G', etc.";···+description = "Allow these URLs to be used in the `downloadFrom` API field. Accepts a regular expression.";+description = "Deny accepting URLs from these domains in the `downloadFrom` API field. Accepts a regular expression.";+description = "The maximum amount of times to retry downloading a file specified with `downloadFrom`.";+description = "Whether to disable the ability to download files for conversion from outside sources.";······+Use the new `pdfEngines.mergeEngines`, `pdfEngines.convertEngines`, `pdfEngines.readMetadataEngines`, and `pdfEngines.writeMetadataEngines` settings instead.······