9 lines
138 B
Nix
9 lines
138 B
Nix
|
{
|
||
|
services.teeworlds = {
|
||
|
enable = true;
|
||
|
openPorts = true;
|
||
|
|
||
|
motd = "Welcome to Fricloud.dk's Teeworld server!";
|
||
|
};
|
||
|
}
|