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 = networking.firewall =
let let
ports = [ ports = [
80 config.services.nginx.defaultHTTPListenPort
443 config.services.nginx.defaultSSLListenPort
]; ];
in in
{ {