backing up the working dir
This commit is contained in:
parent
82f1d9d5c9
commit
b8d125d448
19 changed files with 622 additions and 4 deletions
32
hosts/lithium/services/smartd.nix
Normal file
32
hosts/lithium/services/smartd.nix
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{ }:
|
||||
{
|
||||
services.smartd = {
|
||||
enable = true;
|
||||
devices = [
|
||||
{
|
||||
device = "ata-CT500MX500SSD1_2206E607D6AA";
|
||||
}
|
||||
{
|
||||
device = "ata-CT500MX500SSD1_2206E607D728";
|
||||
}
|
||||
{
|
||||
device = "ata-ST16000NM001G-2KK103_ZL2B73HT";
|
||||
}
|
||||
{
|
||||
device = "ata-ST16000NM001G-2KK103_ZL2PSELL";
|
||||
}
|
||||
{
|
||||
device = "ata-ST16000NM001G-2KK103_ZL2B4RSM";
|
||||
}
|
||||
{
|
||||
device = "ata-ST16000NM001G-2KK103_ZL23XYMM";
|
||||
}
|
||||
{
|
||||
device = "nvme-Samsung_SSD_960_EVO_500GB_S3X4NB0K244331X";
|
||||
}
|
||||
{
|
||||
device = "nvme-Samsung_SSD_960_EVO_500GB_S3X4NB0K244303V";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue