summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-09-03 21:15:03 +0000
committerRory& <root@rory.gay>2025-09-03 21:15:05 +0000
commit70025f09f4e36cacb0464185ab73d63c9145043c (patch)
treea6a48ad0462cd48b72507946cc12d7c97a847c41
parentAdd drasl (diff)
downloadRory-Open-Architecture-70025f09f4e36cacb0464185ab73d63c9145043c.tar.xz
Add minecraft server port to allowed TCP ports
-rwxr-xr-xhost/Rory-ovh/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/Rory-ovh/configuration.nix b/host/Rory-ovh/configuration.nix

index bdaf25c..efc94d0 100755 --- a/host/Rory-ovh/configuration.nix +++ b/host/Rory-ovh/configuration.nix
@@ -46,6 +46,9 @@ resolvconf.enable = false; defaultGateway = lib.mkForce null; defaultGateway6 = lib.mkForce null; + firewall.allowedTCPPorts = [ + 25565 + ]; }; systemd.network = {