properly refactored flame

This commit is contained in:
2025-09-28 11:23:10 -06:00
parent b4417a6acd
commit 6c7439894b
4 changed files with 6 additions and 29 deletions

View File

@@ -50,8 +50,8 @@ in
|> map (srv: srv.port)
)
++ (lib.optionals config.services.nginx.enable [
80
443
config.services.nginx.defaultHTTPListenPort
config.services.nginx.defaultSSLListenPort
]);
};
}