Lint files

This commit is contained in:
Michael Smith
2024-09-08 22:47:16 +02:00
parent d9c430135f
commit 10dc188e83
3 changed files with 77 additions and 63 deletions

View File

@@ -42,8 +42,8 @@ in {
# See https://nixos.org/manual/nixos/stable/#sec-building-image-drivers
# FIXME(m): See if this can be cleaned up and go somewhere else and
# ensure this doesn't break non-Apple hardware.
initrd.kernelModules = [ "wl" ];
kernelModules = [ "kvm-intel" "wl" ];
initrd.kernelModules = ["wl"];
kernelModules = ["kvm-intel" "wl"];
extraModulePackages = [config.boot.kernelPackages.broadcom_sta];
};