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

8 lines
138 B
Nix

{
services.teeworlds = {
enable = true;
openPorts = true;
motd = "Welcome to Fricloud.dk's Teeworld server!";
};
}