Smartmontools: Difference between revisions
Marked this version for translation |
mNo edit summary |
||
| Line 11: | Line 11: | ||
== Example == <!--T:3--> | == Example == <!--T:3--> | ||
</translate> | </translate> | ||
<translate> | |||
{{Template:file:nixos|<nowiki>{ | {{Template:file:nixos|<nowiki>{ | ||
services.smartd = { | services.smartd = { | ||
| Line 16: | Line 17: | ||
devices = [ | devices = [ | ||
{ | { | ||
device = "/dev/sda"; # FIXME: Change this to your actual disk; use lsblk to find the appropriate value | device = "/dev/sda"; # FIXME: Change this to your actual disk; use lsblk to find the appropriate value | ||
} | } | ||
]; | ]; | ||
| Line 24: | Line 23: | ||
} | } | ||
</nowiki>}} | </nowiki>}} | ||
</translate> | |||
[[Category:Hardware]] | [[Category:Hardware]] | ||
[[Category:Software]] | [[Category:Software]] | ||