fix koishi

This commit is contained in:
Kat Inskip 2025-09-20 11:29:45 -07:00
parent d2f5a215e8
commit c29aec9214
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -91,13 +91,19 @@ _: let
drives.swap.result
];
hardware.framework.enableKmod = false;
boot = {
loader = {
grub.useOSProber = true;
systemd-boot.enable = lib.mkForce false;
};
kernelModules = ["cros_ec" "cros_ec_lpcs"];
extraModprobeConfig = "options snd_hda_intel power_save=0";
extraModulePackages = [config.boot.kernelPackages.v4l2loopback.out];
extraModulePackages = with config.boot.kernelPackages; [
config.boot.kernelPackages.v4l2loopback.out
framework-laptop-kmod
];
};
services.scx = {