about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-19 06:01:15 +0000
committerGitHub <noreply@github.com>2024-02-19 06:01:15 +0000
commitb8e3b4bee5869059049a01174a21373ddd3a56e0 (patch)
treef3065ef15015df69287d48f640d94955aa31fe22 /nixos/doc/manual
parentde0bf263cce70074a298ee4672ca3a503d66e39c (diff)
parentaa4e6947d2a4a297e90aa8b3907579d37d94fa82 (diff)
downloadnixlib-b8e3b4bee5869059049a01174a21373ddd3a56e0.tar
nixlib-b8e3b4bee5869059049a01174a21373ddd3a56e0.tar.gz
nixlib-b8e3b4bee5869059049a01174a21373ddd3a56e0.tar.bz2
nixlib-b8e3b4bee5869059049a01174a21373ddd3a56e0.tar.lz
nixlib-b8e3b4bee5869059049a01174a21373ddd3a56e0.tar.xz
nixlib-b8e3b4bee5869059049a01174a21373ddd3a56e0.tar.zst
nixlib-b8e3b4bee5869059049a01174a21373ddd3a56e0.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 0b5f2ab0b107..92058a54a07b 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -341,6 +341,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - The `services.paperless` module no longer uses the previously downloaded NLTK data stored in `/var/cache/paperless/nltk`. This directory can be removed.
 
+- The `services.teeworlds` module now has a wealth of configuration options, including a new `package` option.
+
 - The `hardware.pulseaudio` module now sets permission of pulse user home directory to 755 when running in "systemWide" mode. It fixes [issue 114399](https://github.com/NixOS/nixpkgs/issues/114399).
 
 - The module `services.github-runner` has been removed. To configure a single GitHub Actions Runner refer to `services.github-runners.*`. Note that this will trigger a new runner registration.