feat: force nginx to be disabled

This commit is contained in:
Guz
2025-09-16 16:14:26 -03:00
parent 398bf9f963
commit e3f146ddba

View File

@@ -1,6 +1,9 @@
{...}: {
services.caddy.enable = true;
# Some services try to enable nginx as their reverse proxy
services.nginx.enable = false;
# Caddy Ports
networking.firewall.allowedTCPPorts = [80 433];
}