nixos/teeworlds: reduce closure size

Use `teeworlds-server` instead of `teeworlds`.
We don't need an entire GUI program just to run the server.
This commit is contained in:
Luflosi 2023-11-30 19:26:35 +01:00
parent 3934dbde4f
commit efca3c0329
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -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;