1

Services/TeamSpeak: Update to v6.0.0-beta8

This commit is contained in:
2026-04-02 19:56:30 +02:00
parent c4451939d5
commit 558c497c74

View File

@ -5,7 +5,7 @@
pkgs, pkgs,
... ...
}: let }: let
teamspeakVersion = "v6.0.0-beta7"; teamspeakVersion = "v6.0.0-beta8";
in { in {
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
teamspeak = { teamspeak = {
@ -24,7 +24,8 @@ in {
]; ];
volumes = [ volumes = [
"teamspeak_data:/var/tsserver" # "teamspeak_data:/var/tsserver"
"teamspeak_data2:/var/tsserver"
]; ];
environment = { environment = {