Add SMART monitoring to all systems
This commit is contained in:
parent
429017f601
commit
70adbb36b9
|
@ -125,6 +125,13 @@ with lib;
|
||||||
|
|
||||||
# Allow systemd user services to keep running after the user has logged out
|
# Allow systemd user services to keep running after the user has logged out
|
||||||
logind.killUserProcesses = false;
|
logind.killUserProcesses = false;
|
||||||
|
|
||||||
|
# Enable SMART monitoring
|
||||||
|
smartd = {
|
||||||
|
enable = true;
|
||||||
|
autodetect = true;
|
||||||
|
notifications.wall.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue