chore: update flake.lock

This commit is contained in:
matt1432 2023-12-11 12:57:22 -05:00
parent a13cad0921
commit d6c4f5b08a
2 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,9 @@
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
boot = {
kernelPackages = pkgs.linuxPackages_latest;
# FIXME: 6.6.5 breaks wpa_supplicant
kernelPackages = pkgs.linuxPackages_6_5;
kernelModules = ["kvm-amd" "acpi_call"];
extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback

Binary file not shown.