From 70c09dde7a6ce607a57fa02c031f216baec7f493 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 27 Nov 2023 18:42:03 +0100 Subject: msmtp offline atm --- common.nix | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index cf65899..398d0e1 100644 --- a/common.nix +++ b/common.nix @@ -355,24 +355,24 @@ in programs.dconf.enable = true; # ensure cron and Co. can send mails - programs.msmtp = { - enable = true; - setSendmail = true; - accounts = { - default = { - auth = true; - tls = true; - from = "christoph@cullmann.io"; - host = "moon.babylon2k.com"; - port = "587"; - user = builtins.readFile "/data/nixos/mailuser.secret"; - passwordeval = "cat /data/nixos/mailpassword.secret"; - }; - }; - defaults = { - aliases = "/etc/aliases"; - }; - }; +# programs.msmtp = { +# enable = true; +# setSendmail = true; +# accounts = { +# default = { +# auth = true; +# tls = true; +# from = "christoph@cullmann.io"; +# host = "moon.babylon2k.com"; +# port = "587"; +# user = builtins.readFile "/data/nixos/mailuser.secret"; +# passwordeval = "cat /data/nixos/mailpassword.secret"; +# }; +# }; +# defaults = { +# aliases = "/etc/aliases"; +# }; +# }; environment.etc = { "aliases" = { -- cgit v1.2.3