1778494277

This commit is contained in:
2026-05-11 13:11:17 +03:00
parent ab109ccd7f
commit c536d1e0f0
4 changed files with 25 additions and 4 deletions
+3 -2
View File
@@ -14,9 +14,10 @@ in {
systemd.services.ectool-thermalset = {
enable = true;
serviceConfig.Type = "oneshot";
wantedBy = ["basic.target"];
script = ''
${ectool} thermalset 0 0 356 366 328 348
${ectool} thermalset 1 0 356 366 328 348
${ectool} thermalset 0 0 346 356 323 338
${ectool} thermalset 1 0 346 356 323 338
'';
};