server-configs/machines/gerd/services/teeworlds.nix

11 lines
175 B
Nix
Raw Normal View History

2024-08-11 12:50:32 +00:00
{ config, ... }:
{
services.teeworlds = {
enable = true;
openPorts = true;
2024-08-11 12:50:32 +00:00
motd = "Welcome to ${config.mine.settings.domain}'s Teeworld server!";
};
}