Enable Tailscale service in Minecraft configuration

This commit is contained in:
Root User 2026-03-19 22:38:00 +01:00
parent d2b554b18c
commit 5cae5f7935
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -46,6 +46,8 @@ in {
local.userDescription = "NixOS PRG Minecraft Service"; local.userDescription = "NixOS PRG Minecraft Service";
local.address = "10.1.1.244"; local.address = "10.1.1.244";
services.tailscale.enable = true;
networking.firewall.allowedTCPPorts = [25565 24454]; networking.firewall.allowedTCPPorts = [25565 24454];
networking.firewall.allowedUDPPorts = [25565 24454]; networking.firewall.allowedUDPPorts = [25565 24454];