mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(access): disable vouch double
This commit is contained in:
parent
b17af83d2a
commit
ed10541f92
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ in {
|
||||||
doubleProxy = {
|
doubleProxy = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = bool;
|
type = bool;
|
||||||
default = true;
|
default = false;
|
||||||
};
|
};
|
||||||
serverName = mkOption {
|
serverName = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue