1
0
Fork 0
nix-configuration/modules/services/smartd.nix

9 lines
143 B
Nix

# Configure SMART monitoring
_: {
services.smartd = {
enable = true;
autodetect = true;
notifications.wall.enable = true;
};
}