mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Enable Tailscale service in Minecraft configuration
This commit is contained in:
parent
d2b554b18c
commit
5cae5f7935
1 changed files with 2 additions and 0 deletions
|
|
@ -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];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue