From 74377750b90ee8249953290a2911b524108610b9 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 19 Mar 2023 19:05:34 +0100 Subject: [PATCH] newton: disable smart data --- machines/newton/hardware-configuration.nix | 7 ------- 1 file changed, 7 deletions(-) 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"; - }; - }; }