1
0
Эх сурвалжийг харах

bug(odin+smartd): smartd keeps on polling the harddrives keeping them spinning

Zander Hawke 9 сар өмнө
parent
commit
b6ac7acd2c
1 өөрчлөгдсөн 0 нэмэгдсэн , 28 устгасан
  1. 0 28
      hosts/odin/default.nix

+ 0 - 28
hosts/odin/default.nix

@@ -30,15 +30,6 @@
       };
     };
 
-    # System monitoring
-    smartd = {
-      enable = true;
-      autodetect = true;
-      notifications.mail.enable = true;
-      notifications.mail.sender = "[email protected]";
-      notifications.mail.recipient = "I <[email protected]>";
-    };
-
     nullmailer = {
       enable = true;
       setSendmail = true;
@@ -51,25 +42,6 @@
         adminaddr = "[email protected]";
       };
     };
-
-    # Drive spin-down management
-    # hdparm.devices = [
-    #   {
-    #     device = "/dev/disk/by-id/ata-ST8000VN002-2ZM188_WPV023WG";
-    #     spindownTime = 120; # 10 minutes
-    #     apmLevel = 127;
-    #   }
-    #   {
-    #     device = "/dev/disk/by-id/ata-ST8000VN002-2ZM188_WPV07RMA";
-    #     spindownTime = 120;
-    #     apmLevel = 127;
-    #   }
-    #   {
-    #     device = "/dev/disk/by-id/ata-ST8000VN002-2ZM188_WPV020CG";
-    #     spindownTime = 120;
-    #     apmLevel = 127;
-    #   }
-    # ];
   };
 
   # # Container runtime