feat: samc

This commit is contained in:
s-prechtl 2025-07-14 17:00:48 +02:00
parent e684439f24
commit 24cc3b5329
3 changed files with 6 additions and 4 deletions

View file

@ -183,6 +183,7 @@
spotify-player spotify-player
sqlc sqlc
teams-for-linux teams-for-linux
teamspeak6-client
texliveFull texliveFull
thunderbird thunderbird
tldr tldr

View file

@ -1,4 +1,5 @@
{...}: { {...}: {
virtualisation.docker.enable = true;
virtualisation.oci-containers = { virtualisation.oci-containers = {
backend = "docker"; backend = "docker";
containers.ts69 = { containers.ts69 = {
@ -6,7 +7,7 @@
ports = [ ports = [
"9987:9987/udp" # Voice Port "9987:9987/udp" # Voice Port
"30033:30033/tcp" # File Transfer "30033:30033/tcp" # File Transfer
# - "10080:10080/tcp" # Web Query # "10080:10080/tcp" # Web Query
]; ];
volumes = [ volumes = [
"/var/lib/teamspeak-data:/var/tsserver/" "/var/lib/teamspeak-data:/var/tsserver/"

View file

@ -88,9 +88,9 @@
monitor = [ monitor = [
"eDP-1,2560x1600@165.0,0x0,1.6" "eDP-1,2560x1600@165.0,0x0,1.6"
"DP-1,preferred,auto-right,2,bitdepth,10" "DP-1,preferred,auto-right,2"
"DP-2,preferred,auto-right,2,bitdepth,10" "DP-2,preferred,auto-right,2"
"DP-3,preferred,auto-right,2,bitdepth,10" "DP-3,preferred,auto-right,2"
", preferred, auto,1" ", preferred, auto,1"
]; ];