From 9dceebe8edd54a7dc5e31b31677c314f8e561a4c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 9 May 2018 10:41:22 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odin.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'odin.nix') diff --git a/odin.nix b/odin.nix index cced1970..5eee24b6 100644 --- a/odin.nix +++ b/odin.nix @@ -362,8 +362,9 @@ services.smartd = { enable = true; autodetect = true; - notifications.mail = { - enable = true; + notifications = { + mail.enable = true; + wall.enable = true; test = true; }; }; @@ -372,6 +373,7 @@ recipient = "root@odin.asgard.yggdrasil"; onFailure = [ "nixos-upgrade" "borgbackup-munin@" "borgbackup-prune-munin" + "smartd" ]; }; -- cgit v1.2.3