Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

19.09 notes: document timesyncd issue

See #64922.

(cherry picked from commit 25a36477c8284a93264651aa59623064463efcd7)

+11
+11
nixos/doc/manual/release-notes/rl-1909.xml
··· 938 938 interface with <option>networking.interfaces.&lt;name&gt;.useDHCP = true;</option> 939 939 </para> 940 940 </listitem> 941 + <listitem> 942 + <para> 943 + Because of the systemd upgrade, 944 + <application>systemd-timesyncd</application> will no longer work if 945 + <option>system.stateVersion</option> is not set correctly. When 946 + upgrading from NixOS 19.03, please make sure that 947 + <option>system.stateVersion</option> is set to 948 + <literal>"19.03"</literal>, or lower if the installation dates back to an 949 + earlier version of NixOS. 950 + </para> 951 + </listitem> 941 952 </itemizedlist> 942 953 </section> 943 954