feat: force nginx to be disabled
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user