Browse Source

Switch to vendored kernel

main
parent
commit
9a38906c19
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      README.org
  2. 2
      hosts/raspberry/hardware.nix

2
README.org

@ -731,7 +731,7 @@ Deploy this configuration with ~sudo nixos-rebuild switch --flake /etc/dotfiles/
# inputs.nixos-hardware.nixosModules.raspberry-pi-4
# ];
# boot.kernelPackages = pkgs.linuxPackages_rpi4;
boot.kernelPackages = pkgs.linuxPackages_rpi4;
boot.tmpOnTmpfs = true;
boot.initrd.availableKernelModules = [ "usbhid" "usb_storage" ];
# boot.kernelParams = [

2
hosts/raspberry/hardware.nix

@ -6,7 +6,7 @@
# inputs.nixos-hardware.nixosModules.raspberry-pi-4
# ];
# boot.kernelPackages = pkgs.linuxPackages_rpi4;
boot.kernelPackages = pkgs.linuxPackages_rpi4;
boot.tmpOnTmpfs = true;
boot.initrd.availableKernelModules = [ "usbhid" "usb_storage" ];
# boot.kernelParams = [

Loading…
Cancel
Save