final changes before big refactor...

This commit is contained in:
2026-02-07 19:06:03 +00:00
parent 5911da7f99
commit 7d793c45dc
5 changed files with 14 additions and 16 deletions

View File

@@ -44,8 +44,7 @@ in
PLATFORM_PROFILE_ON_AC = "balanced";
PLATFORM_PROFILE_ON_BAT = "quiet";
START_CHARGE_THRESH_BAT0 = 40; # 40 and below it starts to charge
STOP_CHARGE_THRESH_BAT0 = 80; # 80 and above it stops charging
STOP_CHARGE_THRESH_BAT0 = 80;
};
};
services.thermald.enable = true;

View File

@@ -128,7 +128,6 @@ in
enable = true;
};
# Load nvidia driver for Xorg and Wayland
services.xserver.videoDrivers = [ "nvidia" ];
fileSystems."/mnt/2tb" = {