enable smartd only on hosts with spinning disks

This commit is contained in:
Tim Schubert 2023-04-23 11:39:57 +02:00
parent 9b2a6ee723
commit 050593d919
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 4 additions and 2 deletions

View file

@ -60,5 +60,7 @@ in
environment.systemPackages = [ pkgs.curl ];
services.smartd.enable = true;
system.stateVersion = "20.03";
}