modules/services/monitoring/smartd.nix: provide the implicitly set flag '-a' explicitly

svn path=/nixos/trunk/; revision=29286
This commit is contained in:
Peter Simons 2011-09-14 18:30:07 +00:00
parent eb6e1310b8
commit d1cf78c756
1 changed files with 1 additions and 1 deletions

View File

@ -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);