modules/services/monitoring/smartd.nix: pass TZ variable to smartd to ensure that notification e-mails have a proper time zone

svn path=/nixos/trunk/; revision=28702
This commit is contained in:
Peter Simons 2011-08-19 20:44:12 +00:00
parent 9177fc455d
commit a84ada1d92
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ in
jobs.smartd =
{ description = "S.M.A.R.T. Daemon";
environment.TZ = config.time.timeZone;
startOn = "started syslogd";
daemonType = "daemon";