about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2024-06-04 10:05:12 +0100
committerJonathan Davies <jpds@protonmail.com>2024-06-06 00:49:42 +0100
commit7d7cb3e425199e9cc45c65a10a6a35c48fe9346b (patch)
tree7e896509886353ec7b654ee1c42d723b4b9ea514 /nixos
parente81519a8589fc63c2f47b35a5496c7775a977163 (diff)
doc/release-notes: 24.11: Added Quickwit item to new services.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2411.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md
index d821a6e6cc1ff..f3135fbd18836 100644
--- a/nixos/doc/manual/release-notes/rl-2411.section.md
+++ b/nixos/doc/manual/release-notes/rl-2411.section.md
@@ -12,6 +12,8 @@
   for LLMs. Available as [services.open-webui](#opt-services.open-webui.enable)
   service.
 
+- [Quickwit](https://quickwit.io), sub-second search & analytics engine on cloud storage. Available as [services.quickwit](options.html#opt-services.quickwit).
+
 ## Backward Incompatibilities {#sec-release-24.11-incompatibilities}
 
 - `nginx` package no longer includes `gd` and `geoip` dependencies. For enabling it, override `nginx` package with the optionals `withImageFilter` and `withGeoIP`.