feat(system): enable smartd for drive health monitoring
All checks were successful
Check / eval (push) Successful in 3m1s

This commit is contained in:
Bernardo Magri
2026-07-08 22:21:17 +01:00
parent f97acda158
commit fbd4e0503e
3 changed files with 17 additions and 6 deletions

View File

@@ -17,6 +17,13 @@ Template:
---
## 2026-07-08 — Drive health monitoring (iteration #82)
- **Task:** PROPOSED item — early SMART warnings for failing hardware.
- **Did:** Added `services.smartd.enable = true` and `services.smartd.notifications.x11/wall` to `modules/nixos/default.nix`. Also explicitly enabled `services.systembus-notify.enable` to resolve a module collision with `earlyoom`.
- **Verified:** V1 (flake check).
- **Pending:** nothing.
- **Next suggestion:** continue tackling the PROPOSED backlog queue (e.g. `ddcutil`).
## 2026-07-08 — Microphone noise cancellation (iteration #81)
- **Task:** PROPOSED item — system-wide background noise filtering for voice calls.
- **Did:** Enabled `services.easyeffects.enable = true` in `modules/home/default.nix`.