Translations:Smartmontools/4/en: Difference between revisions

FuzzyBot (talk | contribs)
Importing a new version from external source
 
FuzzyBot (talk | contribs)
Importing a new version from external source
 
Line 1: Line 1:
{{Template:file:nixos|<nowiki>{
[[Category:Hardware]]
  services.smartd = {
[[Category:Applications]]
    enable = true;
    devices = [
      {
        device = "/dev/sda"; # FIXME: Change this to your actual disk; use lsblk to find the appropriate value
      }
    ];
  };
}
</nowiki>}}