summaryrefslogtreecommitdiff
path: root/hosts/antares
diff options
context:
space:
mode:
authorDominik Kaiser2025-03-03 16:35:57 +0100
committerDominik Kaiser2025-03-03 16:35:57 +0100
commit9aa1505d4ad59b7f19ec7c852dd11bf98ea2f94a (patch)
tree9d4dd77b647c9fba4b7fad61ee82742a1ceaef7c /hosts/antares
parentc25f2f9b1f58a50fba0648b32d9a89db72c31907 (diff)
downloadnixos-9aa1505d4ad59b7f19ec7c852dd11bf98ea2f94a.tar.gz
nixos-9aa1505d4ad59b7f19ec7c852dd11bf98ea2f94a.zip
Open Minecraft ports on antares
Diffstat (limited to 'hosts/antares')
-rw-r--r--hosts/antares/configuration.nix4
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 = [