This commit is contained in:
parent
1a44e74d8d
commit
0246ae86c1
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,2 @@
|
||||||
{
|
{
|
||||||
machine.xray-3x-ui = {
|
|
||||||
enable = true;
|
|
||||||
domain = "3x-ui.ruject.fun";
|
|
||||||
subscriptions.domain = "sub.3x-ui.ruject.fun";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
@ -157,5 +157,10 @@ in {
|
||||||
domain = "bitwarden.${domain}";
|
domain = "bitwarden.${domain}";
|
||||||
port = 4534;
|
port = 4534;
|
||||||
};
|
};
|
||||||
|
xray-3x-ui = {
|
||||||
|
enable = true;
|
||||||
|
domain = "3x-ui.ruject.fun";
|
||||||
|
subscriptions.domain = "sub.3x-ui.ruject.fun";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue