Modularized nginx config.
This commit is contained in:
parent
ea53feeb74
commit
1c62f3201e
9 changed files with 218 additions and 168 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue