Jump to content

Translations:Smartmontools/4/en: Difference between revisions

From NixOS Wiki
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>}}

Latest revision as of 06:27, 8 October 2025

Message definition (Smartmontools)
[[Category:Hardware]]
[[Category:Applications]]