···109109 <literal>writers.writePyPy2</literal> needs to be used.
110110 </para>
111111 </listitem>
112112+ <listitem>
113113+ <para>
114114+ If you previously used
115115+ <literal>/etc/docker/daemon.json</literal>, you need to
116116+ incorporate the changes into the new option
117117+ <literal>virtualisation.docker.daemon.settings</literal>.
118118+ </para>
119119+ </listitem>
112120 </itemizedlist>
113121 </section>
114122 <section xml:id="sec-release-22.05-notable-changes">
+2
nixos/doc/manual/release-notes/rl-2205.section.md
···4141- The `writers.writePython2` and corresponding `writers.writePython2Bin` convenience functions to create executable Python 2 scripts in the store were removed in preparation of removal of the Python 2 interpreter.
4242 Scripts have to be converted to Python 3 for use with `writers.writePython3` or `writers.writePyPy2` needs to be used.
43434444+- If you previously used `/etc/docker/daemon.json`, you need to incorporate the changes into the new option `virtualisation.docker.daemon.settings`.
4545+4446## Other Notable Changes {#sec-release-22.05-notable-changes}
45474648- The option [services.redis.servers](#opt-services.redis.servers) was added