feat: update firewall rules

This commit is contained in:
tux
2025-01-05 13:20:27 +05:30
parent 7ccededc52
commit 10405fde9b

View File

@ -24,6 +24,10 @@
};
firewall = {
enable = true;
allowedTCPPorts = [22];
# Facilitate firewall punching
allowedUDPPorts = [41641];
};
};