about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-07-12 20:12:10 +0300
committerArtturin <Artturin@artturin.com>2023-07-12 20:13:03 +0300
commit4cf80061735a4cb12d87fd8c5c9e90d1ecc3f040 (patch)
tree7ec993c0b53a2ecad1401ad285052d9e1f34a774 /nixos/doc
parent1b1f25312dea83efcea0307e6407af5d9adc93aa (diff)
downloadnixlib-4cf80061735a4cb12d87fd8c5c9e90d1ecc3f040.tar
nixlib-4cf80061735a4cb12d87fd8c5c9e90d1ecc3f040.tar.gz
nixlib-4cf80061735a4cb12d87fd8c5c9e90d1ecc3f040.tar.bz2
nixlib-4cf80061735a4cb12d87fd8c5c9e90d1ecc3f040.tar.lz
nixlib-4cf80061735a4cb12d87fd8c5c9e90d1ecc3f040.tar.xz
nixlib-4cf80061735a4cb12d87fd8c5c9e90d1ecc3f040.tar.zst
nixlib-4cf80061735a4cb12d87fd8c5c9e90d1ecc3f040.zip
nixos/ananicy: take `listOf attrs` instead of `string`
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 29ee2ec5aa61..c78af2d0a36b 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -46,6 +46,8 @@
 
 - `getent` has been moved from `glibc`'s `bin` output to its own dedicated output, reducing closure size for many dependents. Dependents using the `getent` alias should not be affected; others should move from using `glibc.bin` or `getBin glibc` to `getent` (which also improves compatibility with non-glibc platforms).
 
+- The `services.ananicy.extraRules` option now has the type of `listOf attrs` instead of `string`.
+
 - `etcd` has been updated to 3.5, you will want to read the [3.3 to 3.4](https://etcd.io/docs/v3.5/upgrades/upgrade_3_4/) and [3.4 to 3.5](https://etcd.io/docs/v3.5/upgrades/upgrade_3_5/) upgrade guides
 
 - `consul` has been updated to `1.16.0`. See the [release note](https://github.com/hashicorp/consul/releases/tag/v1.16.0) for more details. Once a new Consul version has started and upgraded its data directory, it generally cannot be downgraded to the previous version.