diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-25 14:13:52 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-25 14:13:52 +0100 |
| commit | 77b23ce8e86b24e6aed30fadced85d6a2d7dd0a7 (patch) | |
| tree | 4b22f93535f03f4bf93f181533c4b3f507ee88ca /hosts/omega-relay/firewall.nix | |
| parent | 645e86a443d3f74cc8f9c95cb433cbefed5263cb (diff) | |
Nix fmt
Diffstat (limited to '')
| -rw-r--r-- | hosts/omega-relay/firewall.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/hosts/omega-relay/firewall.nix b/hosts/omega-relay/firewall.nix index 6311337..360e7da 100644 --- a/hosts/omega-relay/firewall.nix +++ b/hosts/omega-relay/firewall.nix @@ -1,7 +1,14 @@ { ... }: let baseTCP = [ - 20 22 25 80 143 443 993 465 + 20 + 22 + 25 + 80 + 143 + 443 + 993 + 465 ]; baseUDP = [ 16555 # Wireguard |
