diff options
| author | Dominik Kaiser | 2025-03-03 16:35:57 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-03-03 16:35:57 +0100 |
| commit | 9aa1505d4ad59b7f19ec7c852dd11bf98ea2f94a (patch) | |
| tree | 9d4dd77b647c9fba4b7fad61ee82742a1ceaef7c /hosts | |
| parent | c25f2f9b1f58a50fba0648b32d9a89db72c31907 (diff) | |
| download | nixos-9aa1505d4ad59b7f19ec7c852dd11bf98ea2f94a.tar.gz nixos-9aa1505d4ad59b7f19ec7c852dd11bf98ea2f94a.zip | |
Open Minecraft ports on antares
Diffstat (limited to 'hosts')
| -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 = [ |
