summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-09-23 20:55:54 +0200
committerGitHub <noreply@github.com>2023-09-23 20:55:54 +0200
commit1ff350f7b806e02c65c1bbc78b905b80244df5d6 (patch)
tree1f445121f0869a894d8d7620ea0d10fb93c9a45b /nixos/doc/manual/release-notes
parentffa0af29cea16fdb1ea04228091db32254399d6e (diff)
parent1869818c57d94374101eb8ab8205eac7b5345ee6 (diff)
downloadnixpkgs-1ff350f7b806e02c65c1bbc78b905b80244df5d6.tar
nixpkgs-1ff350f7b806e02c65c1bbc78b905b80244df5d6.tar.gz
nixpkgs-1ff350f7b806e02c65c1bbc78b905b80244df5d6.tar.bz2
nixpkgs-1ff350f7b806e02c65c1bbc78b905b80244df5d6.tar.lz
nixpkgs-1ff350f7b806e02c65c1bbc78b905b80244df5d6.tar.xz
nixpkgs-1ff350f7b806e02c65c1bbc78b905b80244df5d6.tar.zst
nixpkgs-1ff350f7b806e02c65c1bbc78b905b80244df5d6.zip
Merge pull request #81460 from vcunat/p/knot-nixConfig
nixos/knot: allow full configuration by nix values
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index ed1e4b3c8ab..57f40bad368 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -98,6 +98,8 @@
 
 - `pass` now does not contain `password-store.el`.  Users should get `password-store.el` from Emacs lisp package set `emacs.pkgs.password-store`.
 
+- `services.knot` now supports `.settings` from RFC42.  The change is not 100% compatible with the previous `.extraConfig`.
+
 - `mu` now does not install `mu4e` files by default.  Users should get `mu4e` from Emacs lisp package set `emacs.pkgs.mu4e`.
 
 - `mariadb` now defaults to `mariadb_1011` instead of `mariadb_106`, meaning the default version was upgraded from 10.6.x to 10.11.x. See the [upgrade notes](https://mariadb.com/kb/en/upgrading-from-mariadb-10-6-to-mariadb-10-11/) for potential issues.