about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-28 00:02:28 +0000
committerGitHub <noreply@github.com>2024-02-28 00:02:28 +0000
commit3174119b20d3e3c0a7a1c8968a6a19a2d44242af (patch)
tree3181d520ffbec0f9b0c8d1593e3aae8aa6d86c5f /nixos/doc/manual
parent66c6772f05cacea9c88464db78fab4778970bdca (diff)
parent8d36e335a8644086b857d6463f504a625ee615f2 (diff)
downloadnixlib-3174119b20d3e3c0a7a1c8968a6a19a2d44242af.tar
nixlib-3174119b20d3e3c0a7a1c8968a6a19a2d44242af.tar.gz
nixlib-3174119b20d3e3c0a7a1c8968a6a19a2d44242af.tar.bz2
nixlib-3174119b20d3e3c0a7a1c8968a6a19a2d44242af.tar.lz
nixlib-3174119b20d3e3c0a7a1c8968a6a19a2d44242af.tar.xz
nixlib-3174119b20d3e3c0a7a1c8968a6a19a2d44242af.tar.zst
nixlib-3174119b20d3e3c0a7a1c8968a6a19a2d44242af.zip
Merge staging-next into staging
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index fe75373b7f5d..57d9febcd760 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -87,6 +87,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - [go-camo](https://github.com/cactus/go-camo), a secure image proxy server. Available as [services.go-camo](#opt-services.go-camo.enable).
 
+- [Monado](https://monado.freedesktop.org/), an open source XR runtime. Available as [services.monado](#opt-services.monado.enable).
+
 - [Clevis](https://github.com/latchset/clevis), a pluggable framework for automated decryption, used to unlock encrypted devices in initrd. Available as [boot.initrd.clevis.enable](#opt-boot.initrd.clevis.enable).
 
 - [TuxClocker](https://github.com/Lurkki14/tuxclocker), a hardware control and monitoring program. Available as [programs.tuxclocker](#opt-programs.tuxclocker.enable).
@@ -105,7 +107,7 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
 
-- `himalaya` was updated to v1.0.0-beta, which introduces breaking changes. Check out the [release note](https://github.com/soywod/himalaya/releases/tag/v1.0.0-beta) for details.
+- `himalaya` was updated to `v1.0.0-beta.3`, which introduces breaking changes. Check out the [release note](https://github.com/soywod/himalaya/releases/tag/v1.0.0-beta.3) for details.
 
 - The `power.ups` module now generates `upsd.conf`, `upsd.users` and `upsmon.conf` automatically from a set of new configuration options. This breaks compatibility with existing `power.ups` setups where these files were created manually. Back up these files before upgrading NixOS.