ddci kernel module on picard
This commit is contained in:
parent
dec0077666
commit
6313736d43
1 changed files with 6 additions and 1 deletions
|
@ -66,7 +66,12 @@
|
||||||
"usbhid"
|
"usbhid"
|
||||||
"r8169"
|
"r8169"
|
||||||
];
|
];
|
||||||
boot.kernelModules = ["kvm-amd"];
|
boot.kernelModules = [
|
||||||
|
"kvm-amd"
|
||||||
|
"ddci"
|
||||||
|
"ddcci-backlight"
|
||||||
|
];
|
||||||
|
boot.extraModulePackages = [config.boot.kernelPackages.ddcci-driver];
|
||||||
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.systemd-boot = {
|
boot.loader.systemd-boot = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue