about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-02-19 02:51:04 +0100
committerGitHub <noreply@github.com>2024-02-19 02:51:04 +0100
commita332040396d7e3c47883e9c115c1da485712805e (patch)
tree30fc6da472fbdc8428d86fdd1b45f48b924aea2f /nixos/doc/manual
parent65e94d5ae53365a00e9067ab5b7a62f433cd990d (diff)
parente03b7562ebb92096dbf39ad251424ae37467c139 (diff)
downloadnixlib-a332040396d7e3c47883e9c115c1da485712805e.tar
nixlib-a332040396d7e3c47883e9c115c1da485712805e.tar.gz
nixlib-a332040396d7e3c47883e9c115c1da485712805e.tar.bz2
nixlib-a332040396d7e3c47883e9c115c1da485712805e.tar.lz
nixlib-a332040396d7e3c47883e9c115c1da485712805e.tar.xz
nixlib-a332040396d7e3c47883e9c115c1da485712805e.tar.zst
nixlib-a332040396d7e3c47883e9c115c1da485712805e.zip
Merge pull request #247668 from jtbx/nixos-teeworlds
nixos/teeworlds: add more configuration options
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 74563bf44344..87a67a1297dc 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -339,6 +339,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.