teamspeak: move to version 6

This commit is contained in:
Christoph Hollizeck 2025-09-07 19:01:05 +02:00
parent 453035cf18
commit f7eece03f0
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -15,5 +15,5 @@ in
enable = mkBoolOpt false "Whether or not to enable basic configuration";
};
config = mkIf cfg.enable { environment.systemPackages = with pkgs; [ teamspeak_client ]; };
config = mkIf cfg.enable { environment.systemPackages = with pkgs; [ teamspeak6-client ]; };
}