Bruno BELANYI
32444fe8ae
This ensures that the recommened settings are turned on when using Nginx in any service. It also provides for a SSL certificate using Let's Encrypt.
8 lines
49 B
Nix
8 lines
49 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./nginx.nix
|
|
];
|
|
}
|