1778494277
This commit is contained in:
@@ -14,9 +14,10 @@ in {
|
|||||||
systemd.services.ectool-thermalset = {
|
systemd.services.ectool-thermalset = {
|
||||||
enable = true;
|
enable = true;
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
|
wantedBy = ["basic.target"];
|
||||||
script = ''
|
script = ''
|
||||||
${ectool} thermalset 0 0 356 366 328 348
|
${ectool} thermalset 0 0 346 356 323 338
|
||||||
${ectool} thermalset 1 0 356 366 328 348
|
${ectool} thermalset 1 0 346 356 323 338
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ in {
|
|||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
{
|
{
|
||||||
hostName = "dunamis";
|
hostName = "dunamis.lan";
|
||||||
maxJobs = 3;
|
maxJobs = 3;
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
publicHostKey = pubHost;
|
publicHostKey = pubHost;
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
builtin = {
|
builtin = {
|
||||||
eldrid = "Chimei Innolux Corporation 0x1406 Unknown";
|
eldrid = "Chimei Innolux Corporation 0x1406 Unknown";
|
||||||
sarien = "LG Display 0x068B Unknown";
|
sarien = "LG Display 0x068B Unknown";
|
||||||
|
kled = "BOE 0x095F Unknown";
|
||||||
# morphius =;
|
# morphius =;
|
||||||
};
|
};
|
||||||
in [
|
in [
|
||||||
@@ -40,6 +41,14 @@
|
|||||||
# adaptiveSync = true;
|
# adaptiveSync = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
output = {
|
||||||
|
criteria = builtin.kled;
|
||||||
|
position = "0,0";
|
||||||
|
scale = 4.0 / 3.0;
|
||||||
|
# adaptiveSync = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
profile = {
|
profile = {
|
||||||
name = "dunamis";
|
name = "dunamis";
|
||||||
@@ -104,6 +113,17 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
profile = {
|
||||||
|
name = "kled";
|
||||||
|
outputs = [
|
||||||
|
{
|
||||||
|
criteria = builtin.kled;
|
||||||
|
position = "0,0";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
profile = {
|
profile = {
|
||||||
name = "sarien-undocked";
|
name = "sarien-undocked";
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ in {
|
|||||||
ICEAUTHORITY = ''"$XDG_CACHE_HOME"/ICEauthority'';
|
ICEAUTHORITY = ''"$XDG_CACHE_HOME"/ICEauthority'';
|
||||||
NUGET_PACKAGES = ''"$XDG_CACHE_HOME"/NuGetPackages'';
|
NUGET_PACKAGES = ''"$XDG_CACHE_HOME"/NuGetPackages'';
|
||||||
NPM_CONFIG_INIT_MODULE = ''"$XDG_CONFIG_HOME"/npm/config/npm-init.js'';
|
NPM_CONFIG_INIT_MODULE = ''"$XDG_CONFIG_HOME"/npm/config/npm-init.js'';
|
||||||
NPM_CONFIG_CACHE = ''"$XDG_CACHE_HOME"/npm'';
|
# NPM_CONFIG_CACHE = ''"$XDG_CACHE_HOME"/npm'';
|
||||||
# NPM_CONFIG_TMP = ''"$XDG_RUNTIME_DIR"/npm'';
|
# NPM_CONFIG_TMP = ''"$XDG_RUNTIME_DIR"/npm'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user