···207 </listitem>
208 <listitem>
209 <para>
00000000210 [xray] (https://github.com/XTLS/Xray-core), a fully compatible
211 v2ray-core replacement. Features XTLS, which when enabled on
212 server and client, brings UDP FullCone NAT to proxy setups.
···207 </listitem>
208 <listitem>
209 <para>
210+ <link xlink:href="https://github.com/maxbrunet/automatic-timezoned">automatic-timezoned</link>.
211+ a Linux daemon to automatically update the system timezone
212+ based on location. Available as
213+ <link linkend="opt-services.automatic-timezoned.enable">services.automatic-timezoned</link>.
214+ </para>
215+ </listitem>
216+ <listitem>
217+ <para>
218 [xray] (https://github.com/XTLS/Xray-core), a fully compatible
219 v2ray-core replacement. Features XTLS, which when enabled on
220 server and client, brings UDP FullCone NAT to proxy setups.
+2
nixos/doc/manual/release-notes/rl-2211.section.md
···7879- [appvm](https://github.com/jollheef/appvm), Nix based app VMs. Available as [virtualisation.appvm](options.html#opt-virtualisation.appvm.enable).
800081- [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).
8283- [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).
···7879- [appvm](https://github.com/jollheef/appvm), Nix based app VMs. Available as [virtualisation.appvm](options.html#opt-virtualisation.appvm.enable).
8081+- [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).
82+83- [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).
8485- [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
···355 pipewire = 323;
356 rstudio-server = 324;
357 localtimed = 325;
0358359 # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
360···664 pipewire = 323;
665 rstudio-server = 324;
666 localtimed = 325;
0667668 # When adding a gid, make sure it doesn't match an existing
669 # uid. Users and groups with the same name should have equal
···355 pipewire = 323;
356 rstudio-server = 324;
357 localtimed = 325;
358+ automatic-timezoned = 326;
359360 # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
361···665 pipewire = 323;
666 rstudio-server = 324;
667 localtimed = 325;
668+ automatic-timezoned = 326;
669670 # When adding a gid, make sure it doesn't match an existing
671 # uid. Users and groups with the same name should have equal