increased nginx proxy parameters
This commit is contained in:
parent
d12274102a
commit
694a4e7605
7 changed files with 23 additions and 10 deletions
|
|
@ -25,6 +25,7 @@ in {
|
|||
secret = {
|
||||
artemisia = {
|
||||
marzban = marzban-config;
|
||||
yggdrasil.PrivateKey = mkOption { type = str; default = ""; };
|
||||
};
|
||||
mio = {
|
||||
marzban = marzban-config;
|
||||
|
|
@ -38,8 +39,10 @@ in {
|
|||
common = {
|
||||
yggdrasil = {
|
||||
reine = mkOption { type = str; default = ""; };
|
||||
artemisia = mkOption { type = str; default = ""; };
|
||||
password = mkOption { type = str; default = ""; };
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue