Another brute force to use git and git-lfs for the Minecraft's FastBackup

This commit is contained in:
Root User 2026-03-31 16:07:19 +03:00
parent a2e8787ad6
commit d62c85e272
Signed by: root
GPG key ID: 087F0A95E5766D72
2 changed files with 14 additions and 5 deletions

View file

@ -666,7 +666,7 @@ in {
# TCP service for Minecraft Bedrock
minecraft-bedrock-tcp.loadBalancer = {
servers = [ {address = "10.1.1.244:19132";} ];
servers = [{address = "10.1.1.244:19132";}];
};
# TCP game services
@ -730,7 +730,7 @@ in {
# UDP service for Minecraft Bedrock
"minecraft-bedrock-udp".loadBalancer = {
servers = [ {address = "10.1.1.244:19132";} ];
servers = [{address = "10.1.1.244:19132";}];
};
# UDP game services (Valheim and Xonotic)