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

9 lines
143 B
Nix
Raw Normal View History

2024-05-01 21:10:26 -04:00
# Configure SMART monitoring
_: {
services.smartd = {
enable = true;
autodetect = true;
notifications.wall.enable = true;
};
}