mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
pointed at wrapped sendmail
This commit is contained in:
parent
943321026d
commit
0846cbabd1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ in
|
|||
|
||||
# You can enable this in the admin portal
|
||||
# USE_SENDMAIL = true; # is broken rn :`(
|
||||
SENDMAIL_COMMAND = "${pkgs.lib.makeBinPath [ pkgs.msmtp ]}/bin/sendmail";
|
||||
SENDMAIL_COMMAND = "/run/wrappers/sendmail";
|
||||
|
||||
WEB_VAULT_FOLDER = "${pkgs.vaultwarden.webvault}/share/vaultwarden/vault";
|
||||
WEB_VAULT_ENABLED = true;
|
||||
|
|
Loading…
Reference in a new issue