diff options
author | tv <tv@krebsco.de> | 2015-07-25 01:06:13 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-25 01:32:24 +0200 |
commit | 1a753d75642f8dc4c45f4c74fa5213d7e1da01c0 (patch) | |
tree | 78713fa05ad950d0743a5f05f65e6e6310ecc4cb /2configs/tv/smartd.nix | |
parent | 7f32cf635d2517db72c26842a591ae1a399a9b28 (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 2e9d955..9c4d8b2 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)" ]; } |