Translations:Smartmontools/4/en: Difference between revisions
Appearance
Importing a new version from external source |
(No difference)
|
Revision as of 04:08, 1 August 2024
❄︎ /etc/nixos/configuration.nix
{
services.smartd = {
enable = true;
devices = [
{
device = "/dev/sda"; # FIXME: Change this to your actual disk; use lsblk to find the appropriate value
}
];
};
}