Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions nixos/doc/manual/release-notes/rl-2605.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ of pulling the upstream container image from Docker Hub. If you want the old beh

<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->

- `services.dovecot` now supports the Dovecot 2.4 configuration format while maintaining compatibility with Dovecot 2.3.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are Nixpkgs users who use Dovecot on darwin, how about we also add an entry to Nixpkgs release notes?


- `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.
Loading
Loading