about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-05-12 08:49:13 +0000
committerGitHub <noreply@github.com>2023-05-12 08:49:13 +0000
commit0a82cd9e62d127909107a94a605f26571b3adfed (patch)
tree99cfca4267235ab60ff08948681c82b5a23800bb /nixos/doc
parent3afde338fa9e47e95c89ab505349962f6d036309 (diff)
parent0a737c52e6be6d59cdf8701946d2a5cbd1da0f07 (diff)
downloadnixlib-0a82cd9e62d127909107a94a605f26571b3adfed.tar
nixlib-0a82cd9e62d127909107a94a605f26571b3adfed.tar.gz
nixlib-0a82cd9e62d127909107a94a605f26571b3adfed.tar.bz2
nixlib-0a82cd9e62d127909107a94a605f26571b3adfed.tar.lz
nixlib-0a82cd9e62d127909107a94a605f26571b3adfed.tar.xz
nixlib-0a82cd9e62d127909107a94a605f26571b3adfed.tar.zst
nixlib-0a82cd9e62d127909107a94a605f26571b3adfed.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2305.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md
index 2faad4c43d10..1843b5223266 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -267,6 +267,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - [services.xserver.videoDrivers](options.html#opt-services.xserver.videoDrivers) now defaults to the `modesetting` driver over device-specific ones. The `radeon`, `amdgpu` and `nouveau` drivers are still available, but effectively unmaintained and not recommended for use.
 
+- [services.xserver.libinput.enable](options.html#opt-services.xserver.libinput.enable) is now set by default, enabling the more actively maintained and consistently behaved input device driver.
+
 - To enable the HTTP3 (QUIC) protocol for a nginx virtual host, set the `quic` attribute on it to true, e.g. `services.nginx.virtualHosts.<name>.quic = true;`.
 
 - In `services.fail2ban`, `bantime-increment.<name>` options now default to `null` (except `bantime-increment.enable`) and are used to set the corresponding option in `jail.local` only if not `null`. Also, enforce that `bantime-increment.formula` and `bantime-increment.multipliers` are not both specified.