configure domain in a central file
This commit is contained in:
parent
865e1251de
commit
d459fa895e
8 changed files with 52 additions and 30 deletions
|
@ -1,8 +1,10 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.teeworlds = {
|
||||
enable = true;
|
||||
openPorts = true;
|
||||
|
||||
motd = "Welcome to Fricloud.dk's Teeworld server!";
|
||||
motd = "Welcome to ${config.mine.settings.domain}'s Teeworld server!";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue