@@ -355,6 +355,8 @@ See <https://github.com/NixOS/nixpkgs/issues/481673>.
-`services.openssh.enableRecommendedAlgorithms` has been added to allow users to opt out of NixOS's curated set of recommended algorithms. This set to true by default, and thus is not a breaking change. Users may want to set this to false if they prefer upstream's default algorithms. See <https://github.com/NixOS/nixpkgs/pull/471330>.
-`services.openssh.banner` has been removed. Use `services.openssh.settings.Banner` instead.
- IPVLAN interfaces can now be configured through the `networking.ipvlans` option in the networking module.
-`services.caddy` now supports setting `httpPort` and `httpsPort` and opening them in the firewall via `openFirewall`.