nix: forgot a word

This commit is contained in:
Rory&
2026-07-27 01:11:09 +02:00
parent 41325f94c2
commit 001689ba44
+1 -1
View File
@@ -39,7 +39,7 @@ in
# things we set by default...
EVENT_TRANSMISSION = "unix";
EVENT_SOCKET_PATH = "/run/spacebar/";
WORKER_NAME = "sb-gateway-${port}";
WORKER_NAME = "sb-gateway-${toString port}";
}
// cfg.extraEnvironment
// {