From 558c497c742c17b02942a89509268ef4878a269d Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 2 Apr 2026 19:56:30 +0200 Subject: [PATCH] Services/TeamSpeak: Update to v6.0.0-beta8 --- system/services/teamspeak.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system/services/teamspeak.nix b/system/services/teamspeak.nix index 540dbadc..049d0599 100644 --- a/system/services/teamspeak.nix +++ b/system/services/teamspeak.nix @@ -5,7 +5,7 @@ pkgs, ... }: let - teamspeakVersion = "v6.0.0-beta7"; + teamspeakVersion = "v6.0.0-beta8"; in { virtualisation.oci-containers.containers = { teamspeak = { @@ -24,7 +24,8 @@ in { ]; volumes = [ - "teamspeak_data:/var/tsserver" + # "teamspeak_data:/var/tsserver" + "teamspeak_data2:/var/tsserver" ]; environment = {