nginx ports declarative

This commit is contained in:
Danilo Reyes 2024-11-12 13:26:45 -06:00
parent baba4b9c7c
commit e9f392f858

View File

@ -207,8 +207,8 @@ in
networking.firewall =
let
ports = [
80
443
config.services.nginx.defaultHTTPListenPort
config.services.nginx.defaultSSLListenPort
];
in
{