diff options
| author | tv <tv@krebsco.de> | 2016-06-30 01:43:33 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2016-06-30 01:43:33 +0200 |
| commit | c49e08cbcc992afd0e1feef8949caff9ee007538 (patch) | |
| tree | 7692e34b9f958c07cb0b35d346b3f0f1ddff6754 /mv/2configs/smartd.nix | |
| parent | ec4abc109415e3362d66bb846614d6548c9acc2f (diff) | |
mv: stash
Diffstat (limited to 'mv/2configs/smartd.nix')
| -rw-r--r-- | mv/2configs/smartd.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mv/2configs/smartd.nix b/mv/2configs/smartd.nix deleted file mode 100644 index 9c4d8b2..0000000 --- a/mv/2configs/smartd.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, pkgs, ... }: - -{ - services.smartd = { - enable = true; - devices = [ - { - device = "DEVICESCAN"; - options = toString [ - "-a" - "-m ${config.krebs.users.tv.mail}" - "-s (O/../.././09|S/../.././04|L/../../6/05)" - ]; - } - ]; - }; -} |
