fix vaultwarden DOMAIN env var, needed for send to work
This commit is contained in:
parent
4e73bdb0dc
commit
07f15af878
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
services.vaultwarden = {
|
services.vaultwarden = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
DOMAIN = "https://${config.services.caddy.virtualHosts.vaultwarden.hostName}";
|
DOMAIN = "https://vw.xunuwu.xyz";
|
||||||
ROCKET_ADDRESS = "0.0.0.0";
|
ROCKET_ADDRESS = "0.0.0.0";
|
||||||
ROCKET_PORT = 35381;
|
ROCKET_PORT = 35381;
|
||||||
ROCKET_LOG = "critical";
|
ROCKET_LOG = "critical";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue