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