increased nginx proxy parameters

This commit is contained in:
emptyynes 2025-09-19 10:08:16 +07:00
parent d12274102a
commit 694a4e7605
7 changed files with 23 additions and 10 deletions

View file

@ -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 = ""; };
};
};
};
};
}
}