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

@ -52,7 +52,5 @@ in
highlighters = [ "main" "brackets" "pattern" "root" "line" ];
};
};
services.smartd.enable = mkDefault true;
}