added nginx autoproxy for exposes config, needs some refactoring
This commit is contained in:
parent
f9819aa99c
commit
47dc6d71b7
3 changed files with 106 additions and 95 deletions
|
@ -20,15 +20,15 @@ let
|
|||
};
|
||||
};
|
||||
in {
|
||||
options = {
|
||||
meta.exposes = mkOption {
|
||||
options.meta = {
|
||||
exposes = mkOption {
|
||||
type = with types; attrsOf (submodule exposesOpts);
|
||||
description = ''
|
||||
Exposed services
|
||||
'';
|
||||
};
|
||||
|
||||
meta.ipv4 = mkOption {
|
||||
ipv4 = mkOption {
|
||||
type = types.str;
|
||||
description = ''
|
||||
Own IPv4 Address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue