From cf3e7131a8271fc7a2a1b1c6189a3621144094d2 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 23 Oct 2025 12:21:13 +0200 Subject: [PATCH] fixup! update(vaultwarden): deploy on baldur --- nixos/vaultwarden.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }; };