This commit is contained in:
Kopatz
2025-12-02 16:49:16 +01:00
parent 8aef660e0e
commit 46f59836cb
4 changed files with 56 additions and 2 deletions

View File

@@ -162,17 +162,21 @@
virtualisation.vmware.guest.enable = true;
services.xserver.videoDrivers = [ "vmware" ];
environment.systemPackages = with pkgs; [
kop-audio
];
# 8888 = scheibenmeister skip button
networking.firewall.allowedTCPPorts = [
25565
25566
8888
30033 # teamspeak6 file transfer port
#30033 # teamspeak6 file transfer port
];
networking.firewall.allowedUDPPorts = [
9987 # teamspeak6 voice port
1234 #kop-audio default port
#9987 # teamspeak6 voice port
];
networking.nftables.tables.ip_drop = {
family = "inet";