Make it possible to disable smartd per-machine
On virtual machines it does not make much sense to have it activated (also the service fails to start).
This commit is contained in:
parent
cce86ac2c9
commit
34c801c7e9
|
@ -86,7 +86,7 @@ in
|
|||
services.journald.extraConfig = "Storage = persistent";
|
||||
|
||||
# Hard drive monitoring
|
||||
services.smartd.enable = true;
|
||||
services.smartd.enable = lib.mkDefault true;
|
||||
# Network monitoring
|
||||
services.vnstat.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue