move akkoma-static into differente repo

This commit is contained in:
Daniel Kauss Serna 2026-07-03 17:39:15 +02:00
parent 63444f2728
commit d3adacad2d
14 changed files with 62 additions and 109 deletions

View file

@ -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";
};
};
}