···278278 </listitem>
279279 <listitem>
280280 <para>
281281+ Kime has been updated from 2.5.6 to 3.0.2 and the
282282+ <literal>i18n.inputMethod.kime.config</literal> option has
283283+ been removed. Users should use
284284+ <literal>daemonModules</literal>,
285285+ <literal>iconColor</literal>, and
286286+ <literal>extraConfig</literal> options under
287287+ <literal>i18n.inputMethod.kime</literal> instead.
288288+ </para>
289289+ </listitem>
290290+ <listitem>
291291+ <para>
281292 <literal>llvmPackages_rocm.llvm</literal> will not contain
282293 <literal>clang</literal> or <literal>compiler-rt</literal>.
283294 <literal>llvmPackages_rocm.clang</literal> will not contain
+2
nixos/doc/manual/release-notes/rl-2305.section.md
···71717272- The [services.unifi-video.openFirewall](#opt-services.unifi-video.openFirewall) module option default value has been changed from `true` to `false`. You will need to explicitly set this option to `true`, or configure your firewall.
73737474+- Kime has been updated from 2.5.6 to 3.0.2 and the `i18n.inputMethod.kime.config` option has been removed. Users should use `daemonModules`, `iconColor`, and `extraConfig` options under `i18n.inputMethod.kime` instead.
7575+7476- `llvmPackages_rocm.llvm` will not contain `clang` or `compiler-rt`. `llvmPackages_rocm.clang` will not contain `llvm`. `llvmPackages_rocm.clangNoCompilerRt` has been removed in favor of using `llvmPackages_rocm.clang-unwrapped`.
75777678- The EC2 image module previously detected and automatically mounted ext3-formatted instance store devices and partitions in stage-1 (initramfs), storing `/tmp` on the first discovered device. This behaviour, which only catered to very specific use cases and could not be disabled, has been removed. Users relying on this should provide their own implementation, and probably use ext4 and perform the mount in stage-2.