diff --git a/hosts/palladium/configuration.nix b/hosts/palladium/configuration.nix index 59b8d9d..14c874d 100644 --- a/hosts/palladium/configuration.nix +++ b/hosts/palladium/configuration.nix @@ -15,6 +15,11 @@ networking.useDHCP = false; networking.interfaces.enp3s0.useDHCP = true; + # Keeping the harddrives quiet + services.udev.extraRules = '' + KERNEL=="sd?[0-9]", ENV{ID_MODEL}=="ST1000DM003-1SB102", ACTION=="add", RUN+="${pkgs.hdparm}/sbin/hdparm -S 24 /dev/%k" + ''; + clerie.monitoring = { enable = true; id = "206";