diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index 1605d8e4..129ff45a 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -204,6 +204,7 @@ in services.smartd = { enable = true; + #notifications.test = true; }; nixpkgs.overlays = [ (self: super: { @@ -217,7 +218,7 @@ in ZED_EMAIL_OPTS = "@ADDRESS@"; ZED_NOTIFY_INTERVAL_SECS = 3600; - ZED_NOTIFY_VERBOSE = true; + #ZED_NOTIFY_VERBOSE = true; ZED_USE_ENCLOSURE_LEDS = true; ZED_SCRUB_AFTER_RESILVER = true; diff --git a/secrets/msmtprc.age b/secrets/msmtprc.age index aa41f259..8297dc85 100644 Binary files a/secrets/msmtprc.age and b/secrets/msmtprc.age differ