mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
8 lines
88 B
Nix
8 lines
88 B
Nix
{ ... }:
|
|
{
|
|
services.teamspeak3 = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|