capitalize I

This commit is contained in:
2026-05-27 00:55:09 -05:00
parent 4f11d08ffc
commit 91b362ead7
+1 -1
View File
@@ -86,7 +86,7 @@
}; };
}; };
networking.firewall.allowedTCPPorts = lib.mkif opts.default-nginx.enable [ networking.firewall.allowedTCPPorts = lib.mkIf opts.default-nginx.enable [
80 80
443 443
]; ];