Skip to content

Commit ee9353a

Browse files
chore: alphabetics
1 parent 692ca6c commit ee9353a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

machines/tom/configuration.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,16 @@
147147
};
148148
firewall = {
149149
enable = true;
150-
allowedUDPPorts = [
151-
123 # NTP
152-
51820 # Wireguard
153-
];
154150
allowedTCPPorts = [
155151
80 # HTTP
156152
443 # HTTPS
157153
3000 # Development
158154
4321 # Blog
159155
];
156+
allowedUDPPorts = [
157+
123 # NTP
158+
51820 # Wireguard
159+
];
160160
};
161161
wireguard = {
162162
interfaces.wg0 = {

0 commit comments

Comments
 (0)