1
0
Fork 0
nix-configuration/modules/services/smartd.nix
2024-05-01 21:10:26 -04:00

8 lines
134 B
Nix

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