chore: update flake.lock
This commit is contained in:
parent
a13cad0921
commit
d6c4f5b08a
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
Loading…
Reference in a new issue