hydra, server9, server10: enable smartd

This commit is contained in:
Astro 2022-07-10 03:01:29 +02:00
parent 028ceb3ac5
commit e96f45dc81
3 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,7 @@
};
c3d2.hq.statistics.enable = true;
services.smartd.enable = true;
system.stateVersion = "20.09"; # Did you read the comment?
}

View File

@ -41,6 +41,7 @@
services.openssh.enable = true;
services.zfs.autoScrub.enable = true;
services.smartd.enable = true;
system.stateVersion = "21.11"; # Did you read the comment?
}

View File

@ -29,6 +29,7 @@
services.openssh.enable = true;
services.zfs.autoScrub.enable = true;
services.smartd.enable = true;
c3d2.hq.statistics.enable = true;