misc changes

This commit is contained in:
2024-10-02 13:04:36 -04:00
parent aeec3128d1
commit ab79d22daf
5 changed files with 42 additions and 45 deletions

View File

@@ -4,12 +4,16 @@
lib,
username,
system,
inputs,
...
}:
{
imports = [
./common.nix
./hardware_laptop.nix
inputs.nixos-hardware.nixosModules.framework-12th-gen-intel
inputs.lanzaboote.nixosModules.lanzaboote
];
services.tlp = {
@@ -27,7 +31,7 @@
CPU_MAX_PERF_ON_BAT = 60;
CPU_BOOST_ON_BAT = 0;
START_CHARGE_THRESH_BAT0 = 90;
START_CHARGE_THRESH_BAT0 = 80;
STOP_CHARGE_THRESH_BAT0 = 90;
RUNTIME_PM_ON_BAT = "auto";
};