Changed open ports on workstation

This commit is contained in:
2025-08-11 08:03:45 +02:00
parent a771a84ee0
commit eeafb429cd

View File

@@ -1,8 +1,8 @@
{ ... }:
{
networking.networkmanager.enable = true;
networking.firewall.allowedUDPPorts = [ 25565 ];
networking.firewall.allowedTCPPorts = [ 25565 ];
networking.firewall.allowedUDPPorts = [ 8000 ];
networking.firewall.allowedTCPPorts = [ 8000 ];
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
}