allow 443 on udp

This commit is contained in:
Henry Hiles 2026-03-02 11:14:46 -05:00
commit 8e75a516e8
No known key found for this signature in database

View file

@ -35,10 +35,15 @@
};
};
networking.firewall.allowedTCPPorts = [
networking.firewall = {
allowedUDPPorts = [
443
];
allowedTCPPorts = [
80
443
];
};
services.caddy = {
enable = true;