diff --git a/nixos/vaultwarden.nix b/nixos/vaultwarden.nix index dcd4901..0dae086 100644 --- a/nixos/vaultwarden.nix +++ b/nixos/vaultwarden.nix @@ -35,11 +35,11 @@ # thus without transport encryption. # If you use an external mail server, follow: # https://github.com/dani-garcia/vaultwarden/wiki/SMTP-configuration - SMTP_HOST = "127.0.0.1"; + SMTP_HOST = "smtp.gmail.com"; SMTP_PORT = 25; SMTP_SECURITY = "starttls"; - SMTP_FROM = "admin@bitwarden.example.com"; + SMTP_FROM = "filippoberto95@gmail.com"; SMTP_FROM_NAME = "Bitwarden server"; }; };