diff --git a/common/caddy.nix b/common/caddy.nix index 7616fb6..e54e873 100644 --- a/common/caddy.nix +++ b/common/caddy.nix @@ -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]; }