1
1
Fork 1
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:
oddlama 2023-06-18 13:15:23 +02:00
parent 1b42e0cd72
commit 4d5813a2ad
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -70,7 +70,7 @@ in {
passwordIterations = 1000000;
invitationsAllowed = true;
invitationOrgName = "Vaultwarden";
domain = vaultwardenDomain;
domain = "https://${vaultwardenDomain}";
smtpEmbedImages = true;
smtpSecurity = "force_tls";