Unverified Commit 931c0373 authored by Seth Flynn's avatar Seth Flynn
Browse files

doc/rl-2511: move nixos entries to nixos release notes

parent b9f19184
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -302,8 +302,6 @@

- `buildPythonPackage` and `buildPythonApplication` now default to `nix-update-script` as their default `updateScript`. This should improve automated updates, since nix-update is better maintained than the in-tree update script and has more robust fetcher support.

- `clickhouse` now has `serverConfig`, `usersConfig` override options accepting Nix attribute sets. Also added `extraServerConfig` and `extraUsersConfig` options accepting plain text (expecting XML configuration).

- `cloudflare-ddns` has been added.

- `dragonflydb` has been updated from version 0.1.0 to version 1.34.2.
@@ -353,8 +351,6 @@
  Instead, you should _override_ the python build helper, e.g., `(buildPythonPackage.override { stdenv = customStdenv; })`.
  See [](#overriding-python-build-helpers).

- `plasma6`: Fixed the `ksycoca` cache not being re-built when `$XDG_CACHE_HOME` is set to something that isn't `$HOME/.cache`.

- `searx` was updated to use `envsubst` instead of `sed` for parsing secrets from environment variables.

- `sftpman` has been updated to version 2, a rewrite in Rust which is mostly backward compatible but does include some changes to the CLI.
+4 −0
Original line number Diff line number Diff line
@@ -451,6 +451,8 @@ and [release notes for v18](https://goteleport.com/docs/changelog/#1800-070325).

- `services.clamsmtp` is unmaintained and was removed from Nixpkgs.

- `services.clickhouse` has added the `serverConfig` and `userConfig` options. You may also use `extraServerConfig` and `extraUserConfig` to pass plain text XML.

- `services.dependency-track` removed its configuration of the JVM heap size. This lets the JVM choose its maximum heap size automatically, which should work much better in practice for most users. For deployments on systems with little RAM, it may now be necessary to manually configure a maximum heap size using  {option}`services.dependency-track.javaArgs`.

- `services.dnscrypt-proxy2` was renamed to `services.dnscrypt-proxy` to match the package name. The systemd service is now also `dnscrypt-proxy`, but the old name is still provided as an alias for backwards compatibility.
@@ -520,6 +522,8 @@ and [release notes for v18](https://goteleport.com/docs/changelog/#1800-070325).
  - `systemd.watchdog.kexecTime` was renamed to `systemd.settings.Manager.KExecWatchdogSec`
  - `systemd.enableCgroupAccounting` was removed. Cgroup accounting now needs to be disabled directly using `systemd.settings.Manager.*Accounting`.

- The `ksycoca` cache in Plasma 6 will no longer be re-built when `$XDG_CACHE_HOME` is not set to `$HOME/.cache`.

- The latest available version of Nextcloud is v32 (available as `pkgs.nextcloud32`). The installation logic is as follows:
  - If [`services.nextcloud.package`](#opt-services.nextcloud.package) is specified explicitly, this package will be installed (**recommended**)
  - If [`system.stateVersion`](#opt-system.stateVersion) is >=25.05, `pkgs.nextcloud32` will be installed by default.