918c32299e
Allows to use it with other things, such as ... mine.shared.lib mine.shared.meta mine.shared.settings
10 lines
182 B
Nix
10 lines
182 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
services.teeworlds = {
|
|
enable = true;
|
|
openPorts = true;
|
|
|
|
motd = "Welcome to ${config.mine.shared.settings.domain}'s Teeworld server!";
|
|
};
|
|
}
|