about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorJeremy Baxter <jtbx@disroot.org>2024-02-14 11:14:42 +1300
committerJeremy Baxter <jtbx@disroot.org>2024-02-14 11:14:42 +1300
commite03b7562ebb92096dbf39ad251424ae37467c139 (patch)
treed28aa4569886d9fcde1bdf774a469386a85d06b9 /nixos/doc/manual
parente01eda6edd426904679d78c1803ce8ce57666487 (diff)
downloadnixlib-e03b7562ebb92096dbf39ad251424ae37467c139.tar
nixlib-e03b7562ebb92096dbf39ad251424ae37467c139.tar.gz
nixlib-e03b7562ebb92096dbf39ad251424ae37467c139.tar.bz2
nixlib-e03b7562ebb92096dbf39ad251424ae37467c139.tar.lz
nixlib-e03b7562ebb92096dbf39ad251424ae37467c139.tar.xz
nixlib-e03b7562ebb92096dbf39ad251424ae37467c139.tar.zst
nixlib-e03b7562ebb92096dbf39ad251424ae37467c139.zip
nixos/teeworlds: add 24.05 changelog entry
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 70ee02183f4f..2d4de48c8f10 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -337,6 +337,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.