diff options
| -rw-r--r-- | hosts/antares/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix index b560f18..348a31e 100644 --- a/hosts/antares/configuration.nix +++ b/hosts/antares/configuration.nix @@ -138,8 +138,8 @@ users.groups.git = {}; users.groups.mcserver = {}; - networking.firewall.allowedTCPPorts = [ 80 443 9418 53 ]; - networking.firewall.allowedUDPPorts = [ 53 ]; + networking.firewall.allowedTCPPorts = [ 80 443 9418 53 25565 ]; + networking.firewall.allowedUDPPorts = [ 53 25565 ]; systemd.tmpfiles.rules = [ |
