restructure
This commit is contained in:
7
modules/hdd-spindown.nix
Normal file
7
modules/hdd-spindown.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ...}:
|
||||
{
|
||||
powerManagement.powerUpCommands = ''
|
||||
${pkgs.hdparm}/sbin/hdparm -B 127 /dev/sd[ab]
|
||||
${pkgs.hdparm}/sbin/hdparm -S 120 /dev/sd[ab]
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user