From 44670ffbcf55bbd68c8771fe9ce5f6b480e9474e Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 21 May 2018 21:38:12 +0200 Subject: [PATCH] Notifications mail smart --- services.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services.nix b/services.nix index 73cc689a6..0826a5243 100644 --- a/services.nix +++ b/services.nix @@ -21,6 +21,10 @@ in ./services/site-max.nix ]; + services.smartd.enable = true; + services.smartd.notifications.mail.enable = true; + services.smartd.notifications.mail.recipient = "paul@nyanlout.re"; + services.haproxy-acme.enable = true; services.haproxy-acme.domaine = domaine; services.haproxy-acme.services = {