diff --git a/hosts/goingmerry/configuration.nix b/hosts/goingmerry/configuration.nix index f7ce6ff..136071c 100644 --- a/hosts/goingmerry/configuration.nix +++ b/hosts/goingmerry/configuration.nix @@ -183,6 +183,7 @@ spotify-player sqlc teams-for-linux + teamspeak6-client texliveFull thunderbird tldr diff --git a/hosts/hitsugibune/teamspeak.nix b/hosts/hitsugibune/teamspeak.nix index 5e1bb4f..a253f65 100644 --- a/hosts/hitsugibune/teamspeak.nix +++ b/hosts/hitsugibune/teamspeak.nix @@ -1,4 +1,5 @@ {...}: { + virtualisation.docker.enable = true; virtualisation.oci-containers = { backend = "docker"; containers.ts69 = { @@ -6,7 +7,7 @@ ports = [ "9987:9987/udp" # Voice Port "30033:30033/tcp" # File Transfer - # - "10080:10080/tcp" # Web Query + # "10080:10080/tcp" # Web Query ]; volumes = [ "/var/lib/teamspeak-data:/var/tsserver/" diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 3146c41..b0f7685 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -88,9 +88,9 @@ monitor = [ "eDP-1,2560x1600@165.0,0x0,1.6" - "DP-1,preferred,auto-right,2,bitdepth,10" - "DP-2,preferred,auto-right,2,bitdepth,10" - "DP-3,preferred,auto-right,2,bitdepth,10" + "DP-1,preferred,auto-right,2" + "DP-2,preferred,auto-right,2" + "DP-3,preferred,auto-right,2" ", preferred, auto,1" ];