enable smartd only on hosts with spinning disks
This commit is contained in:
parent
9b2a6ee723
commit
050593d919
3 changed files with 4 additions and 2 deletions
|
@ -19,6 +19,8 @@
|
|||
networking.localResolver.enable = true;
|
||||
};
|
||||
|
||||
services.smartd.enable = true;
|
||||
|
||||
networking.hostName = "agares";
|
||||
networking.domain = "dadada.li";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue