diff options
author | tv <tv@shackspace.de> | 2015-07-25 01:06:13 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-25 01:32:24 +0200 |
commit | d03dba41d6543adc2c73a7818cd32ca79046c64b (patch) | |
tree | 6310dec20427a3fcbcc99d3747eed5504e88eccc /2configs/tv/smartd.nix | |
parent | 939f1b20c2d9e7da6fbe83005057a5e14d5abf4d (diff) |
krebs.users.[mt]v: set mail
Diffstat (limited to '2configs/tv/smartd.nix')
-rw-r--r-- | 2configs/tv/smartd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/tv/smartd.nix b/2configs/tv/smartd.nix index 2e9d955d1..9c4d8b2d8 100644 --- a/2configs/tv/smartd.nix +++ b/2configs/tv/smartd.nix @@ -8,7 +8,7 @@ device = "DEVICESCAN"; options = toString [ "-a" - "-m tv@wu.retiolum" + "-m ${config.krebs.users.tv.mail}" "-s (O/../.././09|S/../.././04|L/../../6/05)" ]; } |