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:00 +0000
committerGitHub <noreply@github.com>2024-02-28 00:02:00 +0000
commit8d36e335a8644086b857d6463f504a625ee615f2 (patch)
treee0309c9cdd841915ab535975e3f75c79a7a38070 /nixos/doc/manual
parentbc4d0fb5ae3cd7ded73cf4a490158bbb6db90673 (diff)
parent5d1b96ebf291b4d0695613d914914d163e99638d (diff)
downloadnixlib-8d36e335a8644086b857d6463f504a625ee615f2.tar
nixlib-8d36e335a8644086b857d6463f504a625ee615f2.tar.gz
nixlib-8d36e335a8644086b857d6463f504a625ee615f2.tar.bz2
nixlib-8d36e335a8644086b857d6463f504a625ee615f2.tar.lz
nixlib-8d36e335a8644086b857d6463f504a625ee615f2.tar.xz
nixlib-8d36e335a8644086b857d6463f504a625ee615f2.tar.zst
nixlib-8d36e335a8644086b857d6463f504a625ee615f2.zip
Merge master into staging-next
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 e9e09c81ce92..8092fab35b00 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.