9 lines
143 B
Nix
9 lines
143 B
Nix
# Configure SMART monitoring
|
|
_: {
|
|
services.smartd = {
|
|
enable = true;
|
|
autodetect = true;
|
|
notifications.wall.enable = true;
|
|
};
|
|
}
|