Browse Source

BUGFIX! Revert back to non-vendored kernel

main
parent
commit
97f4a70e4e
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      README.org

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 = [

Loading…
Cancel
Save