mirror of
http://code.capytal.cc/dot013/spacestation.git
synced 2026-06-08 23:30:23 -03:00
10 lines
205 B
Nix
10 lines
205 B
Nix
{...}: {
|
|
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];
|
|
}
|