Skip to content

Commit

Permalink
Merge pull request #272639 from NixOS/backport-271289-to-release-23.11
Browse files Browse the repository at this point in the history
[Backport release-23.11] nixos/teeworlds: reduce closure size
  • Loading branch information
wegank authored Dec 7, 2023
2 parents 04a13a8 + 09bb35e commit b4372c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/games/teeworlds.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b4372c4

Please sign in to comment.