about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2022-09-01 14:51:20 +0200
committerRaito Bezarius <masterancpp@gmail.com>2023-12-09 01:54:44 +0100
commitb484343cbc7f5726bdc0d03f340cd9d36476e927 (patch)
tree2a3f4961bab569d5515f0ad6e4a3a5d8a052b5b9 /nixos/doc
parent2fb8bd4baf22958e963e615e79441f4bc446aede (diff)
release-notes: mention new journald remote-related new services
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index a5e9efbc4e18a..9efabacb66e1f 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -18,6 +18,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - [maubot](https://github.com/maubot/maubot), a plugin-based Matrix bot framework. Available as [services.maubot](#opt-services.maubot.enable).
 
+- systemd's gateway, upload, and remote services, which provides ways of sending journals across the network. Enable using [services.journald.gateway](#opt-services.journald.gateway.enable), [services.journald.upload](#opt-services.journald.upload.enable), and [services.journald.remote](#opt-services.journald.remote.enable).
+
 - [Anki Sync Server](https://docs.ankiweb.net/sync-server.html), the official sync server built into recent versions of Anki. Available as [services.anki-sync-server](#opt-services.anki-sync-server.enable).
 The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been marked deprecated and will be dropped after 24.05 due to lack of maintenance of the anki-sync-server softwares.