modules/services/monitoring/smartd.nix: provide the implicitly set flag '-a' explicitly
svn path=/nixos/trunk/; revision=29286
This commit is contained in:
parent
eb6e1310b8
commit
d1cf78c756
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue