add skip hotkey

This commit is contained in:
Kopatz
2025-04-01 22:20:39 +02:00
parent 7b381ca3d8
commit 9a486f42b2
5 changed files with 9 additions and 7 deletions

View File

@@ -129,7 +129,8 @@
options = [ "defaults" "nofail" "noatime" ];
};
networking.firewall.allowedTCPPorts = [ 25565 25566 ];
# 8888 = scheibenmeister skip button
networking.firewall.allowedTCPPorts = [ 25565 25566 8888 ];
networking.hostName = "server-vm"; # Define your hostname.
# Set your time zone.