nix-config/services/default.nix
Bruno BELANYI 32444fe8ae services: add nginx and acme auto-configuration
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.
2021-02-03 11:55:33 +01:00

8 lines
49 B
Nix

{ ... }:
{
imports = [
./nginx.nix
];
}