about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-19 13:41:53 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-24 17:34:37 +0200
commit5162df32399c7e9d77cc38702202983dbe9ad113 (patch)
tree49d07c8cd5acf4882640d7a41674892b1aff0020 /nixos/doc
parent54d3317d12c539b0c267c8c3bc13aa3858da6ed7 (diff)
downloadnixlib-5162df32399c7e9d77cc38702202983dbe9ad113.tar
nixlib-5162df32399c7e9d77cc38702202983dbe9ad113.tar.gz
nixlib-5162df32399c7e9d77cc38702202983dbe9ad113.tar.bz2
nixlib-5162df32399c7e9d77cc38702202983dbe9ad113.tar.lz
nixlib-5162df32399c7e9d77cc38702202983dbe9ad113.tar.xz
nixlib-5162df32399c7e9d77cc38702202983dbe9ad113.tar.zst
nixlib-5162df32399c7e9d77cc38702202983dbe9ad113.zip
nixos/fonts: rename fonts.fonts option to fonts.packages, other cleanups
fonts.fonts is not a great name and this also resolves a TODO.
Diffstat (limited to 'nixos/doc')
-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 52147129adda..3fd8b5b6a2e5 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -121,6 +121,8 @@
 
 - `buildGoModule` `go-modules` attrs have been renamed to `goModules`.
 
+- The `fonts.fonts` option has been renamed to `fonts.packages`.
+
 - `services.fail2ban.jails` can now be configured with attribute sets defining settings and filters instead of lines. The stringed options `daemonConfig` and `extraSettings` have respectively been replaced by `daemonSettings` and `jails.DEFAULT.settings` which use attribute sets.
 
 - The module [services.ankisyncd](#opt-services.ankisyncd.package) has been switched to [anki-sync-server-rs](https://github.com/ankicommunity/anki-sync-server-rs) from the old python version, which was difficult to update, had not been updated in a while, and did not support recent versions of anki.