1
0
Fork 0

Add SMART monitoring to all systems

This commit is contained in:
Aires 2024-04-20 13:19:19 -04:00
parent 429017f601
commit 70adbb36b9

View file

@ -125,6 +125,13 @@ with lib;
# Allow systemd user services to keep running after the user has logged out
logind.killUserProcesses = false;
# Enable SMART monitoring
smartd = {
enable = true;
autodetect = true;
notifications.wall.enable = true;
};
};
};
}