diff --git a/machines/newton/hardware-configuration.nix b/machines/newton/hardware-configuration.nix index 55ea9ac..62869a1 100644 --- a/machines/newton/hardware-configuration.nix +++ b/machines/newton/hardware-configuration.nix @@ -16,11 +16,4 @@ boot.extraModulePackages = [ ]; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - - my.hardware = { - drive-monitor = { - enable = true; - OnFailureMail = "server@buehler.rocks"; - }; - }; }