All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en){{Template:file:nixos|<nowiki>{
  services.smartd = {
   enable = true;
   devices = [
     {
       device = "/dev/sda"; # FIXME: Change this to your actual disk; use lsblk to find the appropriate value
     }
   ];
  };
}
</nowiki>}}
 h русский (ru){{Template:file:nixos|<nowiki>{
  services.smartd = {
   enable = true;
   devices = [
     {
       device = "/dev/sda"; # FIXME: Измените `/dev/sda` на настоящее имя вашего диска; используйте lsblk чтобы найти the правильное имя
     }
   ];
  };
}
</nowiki>}}