Modularized nginx config.

This commit is contained in:
Kevin Baensch 2019-06-22 23:58:08 +02:00
parent ea53feeb74
commit 1c62f3201e
9 changed files with 218 additions and 168 deletions

View file

@ -47,6 +47,12 @@ with lib;
The Machines domain name.
'';
};
vHosts = mkOption {
type = types.listOf types.attrs;
description = ''
Domain - Service mappings for nginx vHost config.
'';
};
firewall = {
allowPing = mkOption {
type = types.bool;