about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-07 13:37:39 +0100
committerGitHub <noreply@github.com>2023-12-07 13:37:39 +0100
commitb4372c4924d9182034066c823df76d6eaf1f4ec4 (patch)
tree134115d0d3f7c3da4aa66d6196039e5e264452fa /nixos
parent04a13a8c884b02ae7223dd9631b109916f8005b0 (diff)
parent09bb35e02874d7783f999fbe183736ec3bd8357e (diff)
Merge pull request #272639 from NixOS/backport-271289-to-release-23.11
[Backport release-23.11] nixos/teeworlds: reduce closure size
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/games/teeworlds.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/games/teeworlds.nix b/nixos/modules/services/games/teeworlds.nix
index ffef440330c4e..bd0df1ffca578 100644
--- a/nixos/modules/services/games/teeworlds.nix
+++ b/nixos/modules/services/games/teeworlds.nix
@@ -100,7 +100,7 @@ in
 
       serviceConfig = {
         DynamicUser = true;
-        ExecStart = "${pkgs.teeworlds}/bin/teeworlds_srv -f ${teeworldsConf}";
+        ExecStart = "${pkgs.teeworlds-server}/bin/teeworlds_srv -f ${teeworldsConf}";
 
         # Hardening
         CapabilityBoundingSet = false;