1777038283

This commit is contained in:
2026-04-24 16:44:43 +03:00
parent 5dc51d3b5a
commit 95b9d13549
2 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -20,9 +20,7 @@
user = "user"; user = "user";
}; };
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_6_12; # boot.kernelPackages = lib.mkForce pkgs.linuxPackages_6_12;
environment.systemPackages = [perSystem.cros.cros-ectool];
swapDevices = [ swapDevices = [
{ {
@@ -47,6 +45,7 @@
config = { config = {
laptop.homeRowMods = true; laptop.homeRowMods = true;
powerSave = true; powerSave = true;
secureBoot = true;
useIwd = true; useIwd = true;
vaapi = "intel-media-driver"; vaapi = "intel-media-driver";
locale = "uk_UA.UTF-8"; locale = "uk_UA.UTF-8";
+2 -2
View File
@@ -15,8 +15,8 @@ in {
enable = true; enable = true;
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
script = '' script = ''
${ectool} thermalset 0 0 361 371 333 353 ${ectool} thermalset 0 0 356 366 328 348
${ectool} thermalset 1 0 361 371 333 353 ${ectool} thermalset 1 0 356 366 328 348
''; '';
}; };