From d1cf78c75689f6185ea807682de94b997c4b26e2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 14 Sep 2011 18:30:07 +0000 Subject: [PATCH] modules/services/monitoring/smartd.nix: provide the implicitly set flag '-a' explicitly svn path=/nixos/trunk/; revision=29286 --- modules/services/monitoring/smartd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/monitoring/smartd.nix b/modules/services/monitoring/smartd.nix index fc3626a3048..154c630e18c 100644 --- a/modules/services/monitoring/smartd.nix +++ b/modules/services/monitoring/smartd.nix @@ -24,7 +24,7 @@ let smartdConf = pkgs.writeText "smartd.conf" (concatMapStrings (device: '' - ${device} -m root -M exec ${smartdMail} + ${device} -a -m root -M exec ${smartdMail} '' ) cfg.devices);