Enable early loading for surface modules

This commit is contained in:
Manuel Thalmann 2024-05-21 10:42:10 +02:00
parent c80bd39c65
commit 6e2eff33d7

View file

@ -5,6 +5,11 @@
thermald.enable = true;
};
boot.initrd.kernelModules = [
"pinctrl_sunrisepoint"
"surface_dtx"
];
environment.systemPackages = [
pkgs.libcamera
];