Files
nixos/machines/bomba/services/teamspeak.nix
T

8 lines
88 B
Nix

{ ... }:
{
services.teamspeak3 = {
enable = true;
openFirewall = true;
};
}