about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorasymmetric <lorenzo@mailbox.org>2023-07-25 09:49:25 +0200
committerGitHub <noreply@github.com>2023-07-25 09:49:25 +0200
commit46df012d2a0a49d6c9ad8852f9a376622e3376ab (patch)
treef01d9374a934623892a21be2accd1531501a55b3 /nixos/doc
parent9516089caec5389f2f7e03acf50e4ef2912bb3e9 (diff)
parent83793ca8980283a6f62c028ebed336b9d1bbf80f (diff)
downloadnixlib-46df012d2a0a49d6c9ad8852f9a376622e3376ab.tar
nixlib-46df012d2a0a49d6c9ad8852f9a376622e3376ab.tar.gz
nixlib-46df012d2a0a49d6c9ad8852f9a376622e3376ab.tar.bz2
nixlib-46df012d2a0a49d6c9ad8852f9a376622e3376ab.tar.lz
nixlib-46df012d2a0a49d6c9ad8852f9a376622e3376ab.tar.xz
nixlib-46df012d2a0a49d6c9ad8852f9a376622e3376ab.tar.zst
nixlib-46df012d2a0a49d6c9ad8852f9a376622e3376ab.zip
Merge pull request #244332 from SuperSandro2000/fonts-fonts
nixos/fonts: rename fonts.fonts option to fonts.packages, other cleanups 
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 339200ce2953..d8faa5e11dbe 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -123,6 +123,8 @@
 
 - `buildGoModule` `go-modules` attrs have been renamed to `goModules`.
 
+- The `fonts.fonts` and `fonts.enableDefaultFonts` options have been renamed to `fonts.packages` and `fonts.enableDefaultPackages` respectively.
+
 - `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.