about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-12-07 10:19:11 +0100
committerGitHub <noreply@github.com>2023-12-07 10:19:11 +0100
commitb8c62ab390682dac1de00905d6b233d20b331bdb (patch)
treec6157f1594f8b0a476b65c260466a3c4e96e7fb6 /nixos
parent7a8ee53fdb0e3add3327bf0f9c380827f557bf8e (diff)
parentefca3c0329531a2bdba8a018dff91434257112a3 (diff)
downloadnixlib-b8c62ab390682dac1de00905d6b233d20b331bdb.tar
nixlib-b8c62ab390682dac1de00905d6b233d20b331bdb.tar.gz
nixlib-b8c62ab390682dac1de00905d6b233d20b331bdb.tar.bz2
nixlib-b8c62ab390682dac1de00905d6b233d20b331bdb.tar.lz
nixlib-b8c62ab390682dac1de00905d6b233d20b331bdb.tar.xz
nixlib-b8c62ab390682dac1de00905d6b233d20b331bdb.tar.zst
nixlib-b8c62ab390682dac1de00905d6b233d20b331bdb.zip
Merge pull request #271289 from Luflosi/teeworlds-module-reduce-closure
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 ffef440330c4..bd0df1ffca57 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;