1778494277
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ in {
|
||||
distributedBuilds = true;
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = "dunamis";
|
||||
hostName = "dunamis.lan";
|
||||
maxJobs = 3;
|
||||
protocol = "ssh-ng";
|
||||
publicHostKey = pubHost;
|
||||
|
||||
Reference in New Issue
Block a user