Merge pull request #271289 from Luflosi/teeworlds-module-reduce-closure

nixos/teeworlds: reduce closure size
This commit is contained in:
Peder Bergebakken Sundt 2023-12-07 10:19:11 +01:00 committed by GitHub
commit b8c62ab390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;