Silence HDDs on palladium
This commit is contained in:
parent
47ebac55cd
commit
de13ca0b79
@ -15,6 +15,11 @@
|
|||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
networking.interfaces.enp3s0.useDHCP = true;
|
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 = {
|
clerie.monitoring = {
|
||||||
enable = true;
|
enable = true;
|
||||||
id = "206";
|
id = "206";
|
||||||
|
Loading…
Reference in New Issue
Block a user