Infini-FRAMEWORK: compact fwupd and autorandr sections
This commit is contained in:
parent
c1349f2930
commit
fca49effd3
1 changed files with 4 additions and 20 deletions
|
@ -58,12 +58,8 @@
|
||||||
|
|
||||||
services.fwupd = {
|
services.fwupd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraRemotes = [
|
extraRemotes = [ "lvfs-testing" ];
|
||||||
"lvfs-testing"
|
uefiCapsuleSettings.DisableCapsuleUpdateOnDisk = "true";
|
||||||
];
|
|
||||||
uefiCapsuleSettings = {
|
|
||||||
DisableCapsuleUpdateOnDisk = "true";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.autorandr.profiles = {
|
services.autorandr.profiles = {
|
||||||
|
@ -73,20 +69,8 @@
|
||||||
DP-4 = "00ffffffffffff0006b34116818202002b200104a52213783a28659759548e271e5054a10800b30095008180814081c0010101010101023a801871382d40582c450058c21000001e000000ff004e414c4d54463136343438310a000000fd00324b185311000a202020202020000000fc0041535553204d42313641430a20011802030a3165030c0010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003c";
|
DP-4 = "00ffffffffffff0006b34116818202002b200104a52213783a28659759548e271e5054a10800b30095008180814081c0010101010101023a801871382d40582c450058c21000001e000000ff004e414c4d54463136343438310a000000fd00324b185311000a202020202020000000fc0041535553204d42313641430a20011802030a3165030c0010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003c";
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
eDP-1 = {
|
eDP-1 = { crtc = 0; mode = "2256x1504"; position = "1080x416"; primary = true; rate = "60.00"; };
|
||||||
crtc = 0;
|
DP-4 = { crtc = 1; mode = "1920x1080"; position = "0x0"; rate = "60.00"; rotate = "left"; };
|
||||||
mode = "2256x1504";
|
|
||||||
position = "1080x416";
|
|
||||||
primary = true;
|
|
||||||
rate = "60.00";
|
|
||||||
};
|
|
||||||
DP-4 = {
|
|
||||||
crtc = 1;
|
|
||||||
mode = "1920x1080";
|
|
||||||
position = "0x0";
|
|
||||||
rate = "60.00";
|
|
||||||
rotate = "left";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue