about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorNathan Bijnens <nathan@nathan.gs>2023-07-20 19:43:04 +0200
committerYt <happysalada@tuta.io>2023-07-21 18:22:46 +0900
commitffc3eb7c160c8bace077f0701ec6310ba0326fa0 (patch)
tree804de1108c6a2e217d0617790b7c110a0896fb59 /nixos/doc
parent1f1dd2457aa808aa5469e8aa71a0b05232ddafc6 (diff)
downloadnixlib-ffc3eb7c160c8bace077f0701ec6310ba0326fa0.tar
nixlib-ffc3eb7c160c8bace077f0701ec6310ba0326fa0.tar.gz
nixlib-ffc3eb7c160c8bace077f0701ec6310ba0326fa0.tar.bz2
nixlib-ffc3eb7c160c8bace077f0701ec6310ba0326fa0.tar.lz
nixlib-ffc3eb7c160c8bace077f0701ec6310ba0326fa0.tar.xz
nixlib-ffc3eb7c160c8bace077f0701ec6310ba0326fa0.tar.zst
nixlib-ffc3eb7c160c8bace077f0701ec6310ba0326fa0.zip
ebusd: new module
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 38fd9a3ff03d..a3208013fce3 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -28,6 +28,8 @@
 
 - [osquery](https://www.osquery.io/), a SQL powered operating system instrumentation, monitoring, and analytics.
 
+- [ebusd](https://ebusd.eu), a daemon for handling communication with eBUS devices connected to a 2-wire bus system (“energy bus” used by numerous heating systems). Available as [services.ebusd](#opt-services.ebusd.enable).
+
 ## Backward Incompatibilities {#sec-release-23.11-incompatibilities}
 
 - The `boot.loader.raspberryPi` options have been marked deprecated, with intent for removal for NixOS 24.11. They had a limited use-case, and do not work like people expect. They required either very old installs ([before mid-2019](https://github.com/NixOS/nixpkgs/pull/62462)) or customized builds out of scope of the standard and generic AArch64 support. That option set never supported the Raspberry Pi 4 family of devices.