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

@ -19,6 +19,8 @@
networking.localResolver.enable = true;
};
services.smartd.enable = true;
networking.hostName = "agares";
networking.domain = "dadada.li";