Rupert: Limit smartd to explicit hard drives
This commit is contained in:
parent
e757ffe825
commit
c11f35ae8b
1 changed files with 9 additions and 0 deletions
|
|
@ -144,6 +144,15 @@ in
|
||||||
|
|
||||||
services.smartd = {
|
services.smartd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
autodetect = false;
|
||||||
|
devices = [
|
||||||
|
{
|
||||||
|
device = "/dev/sda";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
device = "/dev/sdb";
|
||||||
|
}
|
||||||
|
];
|
||||||
notifications.x11.enable = false;
|
notifications.x11.enable = false;
|
||||||
notifications.mail = {
|
notifications.mail = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue