mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: missing protocol spec in vaultwarden domain
This commit is contained in:
parent
1b42e0cd72
commit
4d5813a2ad
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ in {
|
||||||
passwordIterations = 1000000;
|
passwordIterations = 1000000;
|
||||||
invitationsAllowed = true;
|
invitationsAllowed = true;
|
||||||
invitationOrgName = "Vaultwarden";
|
invitationOrgName = "Vaultwarden";
|
||||||
domain = vaultwardenDomain;
|
domain = "https://${vaultwardenDomain}";
|
||||||
|
|
||||||
smtpEmbedImages = true;
|
smtpEmbedImages = true;
|
||||||
smtpSecurity = "force_tls";
|
smtpSecurity = "force_tls";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue