···207207 </listitem>
208208 <listitem>
209209 <para>
210210+ <link xlink:href="https://github.com/maxbrunet/automatic-timezoned">automatic-timezoned</link>.
211211+ a Linux daemon to automatically update the system timezone
212212+ based on location. Available as
213213+ <link linkend="opt-services.automatic-timezoned.enable">services.automatic-timezoned</link>.
214214+ </para>
215215+ </listitem>
216216+ <listitem>
217217+ <para>
210218 [xray] (https://github.com/XTLS/Xray-core), a fully compatible
211219 v2ray-core replacement. Features XTLS, which when enabled on
212220 server and client, brings UDP FullCone NAT to proxy setups.
+2
nixos/doc/manual/release-notes/rl-2211.section.md
···78787979- [appvm](https://github.com/jollheef/appvm), Nix based app VMs. Available as [virtualisation.appvm](options.html#opt-virtualisation.appvm.enable).
80808181+- [automatic-timezoned](https://github.com/maxbrunet/automatic-timezoned). a Linux daemon to automatically update the system timezone based on location. Available as [services.automatic-timezoned](#opt-services.automatic-timezoned.enable).
8282+8183- [xray] (https://github.com/XTLS/Xray-core), a fully compatible v2ray-core replacement. Features XTLS, which when enabled on server and client, brings UDP FullCone NAT to proxy setups. Available as [services.xray](options.html#opt-services.xray.enable).
82848385- [syncstorage-rs](https://github.com/mozilla-services/syncstorage-rs), a self-hostable sync server for Firefox. Available as [services.firefox-syncserver](options.html#opt-services.firefox-syncserver.enable).
+2
nixos/modules/misc/ids.nix
···355355 pipewire = 323;
356356 rstudio-server = 324;
357357 localtimed = 325;
358358+ automatic-timezoned = 326;
358359359360 # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
360361···664665 pipewire = 323;
665666 rstudio-server = 324;
666667 localtimed = 325;
668668+ automatic-timezoned = 326;
667669668670 # When adding a gid, make sure it doesn't match an existing
669671 # uid. Users and groups with the same name should have equal