l websites fritz: simplify msmtprc

This commit is contained in:
lassulus 2018-03-18 22:12:55 +01:00
parent fa724ceab0
commit 1334ab82d0

View File

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