Files
flocon/machines/genepi/nginx.nix
2025-05-16 15:46:47 +02:00

8 lines
121 B
Nix

{
services.nginx = {
enable = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
};
}