diff --git a/hosts/Infini-SERVER/default.nix b/hosts/Infini-SERVER/default.nix index a8b5636..23a66aa 100644 --- a/hosts/Infini-SERVER/default.nix +++ b/hosts/Infini-SERVER/default.nix @@ -119,6 +119,12 @@ PUSH_ENABLED = true; PUSH_RELAY_URI = "https://push.bitwarden.com"; + + SMTP_HOST = "live.smtp.mailtrap.io"; + SMTP_FROM = "noreply@inx.moe"; + SMTP_PORT = 587; + SMTP_SECURITY = "starttls"; + SMTP_USERNAME = "api"; }; }; diff --git a/secrets/vaultwarden.age b/secrets/vaultwarden.age index aa245f9..dc6cc6c 100644 Binary files a/secrets/vaultwarden.age and b/secrets/vaultwarden.age differ