common/smartd: only run on non-virtualized hardware
It's still part of the simulation tho
This commit is contained in:
@ -15,4 +15,6 @@
|
||||
environment.systemPackages = lib.optionals config.services.smartd.enable (with pkgs; [
|
||||
smartmontools
|
||||
]);
|
||||
|
||||
systemd.services.smartd.unitConfig.ConditionVirtualization = "no";
|
||||
}
|
||||
|
Reference in New Issue
Block a user