l 2 websites domsen: generalize msmtp target

This commit is contained in:
lassulus 2016-06-13 23:02:27 +02:00
parent bb19655339
commit b5b07d5a08

View File

@ -11,9 +11,9 @@ let
serveWordpress;
msmtprc = pkgs.writeText "msmtprc" ''
account prism
account localhost
host localhost
account default: prism
account default: localhost
'';
sendmail = pkgs.writeDash "msmtp" ''