···280280 </listitem>281281 <listitem>282282 <para>283283+ <link xlink:href="https://github.com/prometheus-community/ipmi_exporter">Prometheus284284+ IPMI exporter</link>, an IPMI exporter for Prometheus.285285+ Available as286286+ <link linkend="opt-services.prometheus.exporters.ipmi.enable">services.prometheus.exporters.ipmi</link>.287287+ </para>288288+ </listitem>289289+ <listitem>290290+ <para>283291 <link xlink:href="https://writefreely.org">WriteFreely</link>,284292 a simple blogging platform with ActivityPub support. Available285293 as
+2
nixos/doc/manual/release-notes/rl-2211.section.md
···9999- [Patroni](https://github.com/zalando/patroni), a template for PostgreSQL HA with ZooKeeper, etcd or Consul.100100Available as [services.patroni](options.html#opt-services.patroni.enable).101101102102+- [Prometheus IPMI exporter](https://github.com/prometheus-community/ipmi_exporter), an IPMI exporter for Prometheus. Available as [services.prometheus.exporters.ipmi](#opt-services.prometheus.exporters.ipmi.enable).103103+102104- [WriteFreely](https://writefreely.org), a simple blogging platform with ActivityPub support. Available as [services.writefreely](options.html#opt-services.writefreely.enable).103105104106<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
···11+# PS5 DualSense controller over USB hidraw22+KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ce6", MODE="0660", TAG+="uaccess"33+44+# PS5 DualSense controller over bluetooth hidraw55+KERNEL=="hidraw*", KERNELS=="*054C:0CE6*", MODE="0660", TAG+="uaccess"