configure domain in a central file

This commit is contained in:
eyjhb 2024-08-11 14:50:32 +02:00
parent 865e1251de
commit d459fa895e
Signed by: eyjhb
GPG key ID: 609F508E3239F920
8 changed files with 52 additions and 30 deletions

View file

@ -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!";
};
}