gerd: moved teeworlds into own service file
This commit is contained in:
parent
a444fae996
commit
8ad126aa99
2 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,7 @@ in {
|
|||
./../shared/applications/state/ssh.nix
|
||||
|
||||
./gerd/services/forgejo.nix
|
||||
./gerd/services/teeworlds.nix
|
||||
];
|
||||
|
||||
networking.hostName = "gerd";
|
||||
|
|
8
machines/gerd/services/teeworlds.nix
Normal file
8
machines/gerd/services/teeworlds.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
services.teeworlds = {
|
||||
enable = true;
|
||||
openPorts = true;
|
||||
|
||||
motd = "Welcome to Fricloud.dk's Teeworld server!";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue