about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorabysssol <abysssol@pm.me>2024-03-11 21:17:26 -0400
committerabysssol <abysssol@pm.me>2024-03-11 21:19:13 -0400
commit5f6d9b9fba48c6d507abed4798c70804075064a0 (patch)
tree9768aa3b993725a57ea210fbb8b8bcd43139e476 /nixos/doc
parent9c1dfe2db4be1095cc221e97a54323bc55d42696 (diff)
nixos/ollama: add ollama service to release notes
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 24d7531d3c9d4..cc3659b955df6 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -1096,6 +1096,8 @@ Make sure to also check the many updates in the [Nixpkgs library](#sec-release-2
   applications run faster by prefetching binaries and shared objects.
   Available as [services.preload](#opt-services.preload.enable).
 
+- [ollama](https://ollama.com), server for running large language models locally.
+
 ### Other Notable Changes {#sec-release-23.11-nixos-notable-changes}
 
 - The new option `system.switch.enable` was added. It is enabled by default.