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:
parent
3934dbde4f
commit
efca3c0329
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user