move akkoma-static into differente repo
This commit is contained in:
parent
63444f2728
commit
d3adacad2d
14 changed files with 62 additions and 109 deletions
10
power.nix
10
power.nix
|
|
@ -1,10 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
powerManagement.enable = true;
|
||||
|
||||
powerManagement.cpuFreqGovernor = "powersave";
|
||||
|
||||
services.tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -13,9 +9,9 @@
|
|||
|
||||
RUNTIME_PM_ON_AC = "auto";
|
||||
|
||||
DISK_DEVICES = "sda";
|
||||
DISK_SPINDOWN_TIMEOUT_ON_AC = "120 120";
|
||||
DISK_APM_LEVEL_ON_AC="128 128";
|
||||
DISK_DEVICES = "ata-APPLE_HDD_ST1000LM024_S35RJ9BG703977";
|
||||
DISK_SPINDOWN_TIMEOUT_ON_AC = "120";
|
||||
DISK_APM_LEVEL_ON_AC="128";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue