Enable early loading for surface modules
This commit is contained in:
parent
c80bd39c65
commit
6e2eff33d7
|
@ -5,6 +5,11 @@
|
|||
thermald.enable = true;
|
||||
};
|
||||
|
||||
boot.initrd.kernelModules = [
|
||||
"pinctrl_sunrisepoint"
|
||||
"surface_dtx"
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.libcamera
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue