diff --git a/nixos/hosts/nuc-server/firewall.nix b/nixos/hosts/nuc-server/firewall.nix
index af4722b0..54e2c0ff 100644
--- a/nixos/hosts/nuc-server/firewall.nix
+++ b/nixos/hosts/nuc-server/firewall.nix
@@ -22,9 +22,9 @@
      interfaces = {
         tailscale0 = { 
           allowedTCPPorts = [
-            53   # DNS
-            80    # HTTP
-            443   # HTTPS
+            53  # DNS
+            80  # HTTP
+            443 # HTTPS
           ];
         };
       };