From 1f2770bec24650d1cb72f3019b13e9e90ad7b9ce Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 25 Sep 2023 18:16:43 +0200 Subject: deactivate msmtp atm, not building and not used --- common.nix | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 05f8613..5da69d0 100644 --- a/common.nix +++ b/common.nix @@ -284,24 +284,24 @@ in services.smartd.enable = true; # ensure cron and Co. can send mails - programs.msmtp = { - enable = true; - setSendmail = true; - accounts = { - default = { - auth = true; - tls = true; - from = "noreply@home.local"; - host = "babylon2k.com"; - port = "587"; - user = builtins.readFile "/data/nixos/mailuser.secret"; - password = builtins.readFile "/data/nixos/mailpassword.secret"; - }; - }; - defaults = { - aliases = "/etc/aliases"; - }; - }; +# programs.msmtp = { +# enable = true; +# setSendmail = true; +# accounts = { +# default = { +# auth = true; +# tls = true; +# from = "noreply@home.local"; +# host = "babylon2k.com"; +# port = "587"; +# user = builtins.readFile "/data/nixos/mailuser.secret"; +# password = builtins.readFile "/data/nixos/mailpassword.secret"; +# }; +# }; +# defaults = { +# aliases = "/etc/aliases"; +# }; +# }; environment.etc = { "aliases" = { -- cgit v1.2.3