backing up the working dir

This commit is contained in:
Jay Looney 2025-10-28 16:10:19 -05:00
parent 82f1d9d5c9
commit b8d125d448
19 changed files with 622 additions and 4 deletions

View 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";
}
];
};
}