gerd: moved teeworlds into own service file

This commit is contained in:
eyjhb 2024-08-08 19:00:37 +02:00
parent a444fae996
commit 8ad126aa99
No known key found for this signature in database
GPG key ID: 609F508E3239F920
2 changed files with 9 additions and 0 deletions

View file

@ -16,6 +16,7 @@ in {
./../shared/applications/state/ssh.nix ./../shared/applications/state/ssh.nix
./gerd/services/forgejo.nix ./gerd/services/forgejo.nix
./gerd/services/teeworlds.nix
]; ];
networking.hostName = "gerd"; networking.hostName = "gerd";

View file

@ -0,0 +1,8 @@
{
services.teeworlds = {
enable = true;
openPorts = true;
motd = "Welcome to Fricloud.dk's Teeworld server!";
};
}