From 1b716076ea915d1324d7594b69143a401592d461 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 10 Jan 2026 21:19:02 +0800 Subject: [PATCH] nixos/rl-2605: Mention Cinnamon 6.6 Forgotten in # 464969. --- nixos/doc/manual/release-notes/rl-2605.section.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2605.section.md b/nixos/doc/manual/release-notes/rl-2605.section.md index 66a57940b24d..eaef3bc208ab 100644 --- a/nixos/doc/manual/release-notes/rl-2605.section.md +++ b/nixos/doc/manual/release-notes/rl-2605.section.md @@ -89,6 +89,8 @@ of pulling the upstream container image from Docker Hub. If you want the old beh +- Cinnamon has been updated to 6.6, please check the [upstream announcement](https://www.linuxmint.com/rel_zena_whatsnew.php) for more details. + - `services.frp` now supports multiple instances through `services.frp.instances` to make it possible to run multiple frp clients or servers at the same time. - `services.openssh` now supports generating host SSH keys by setting `services.openssh.generateHostKeys = true` while leaving `services.openssh.enable` disabled. This is particularly useful for systems that have no need of an SSH daemon but want SSH host keys for other purposes such as using agenix or sops-nix.