ok turns out none of that works. cool
This commit is contained in:
parent
dff1de30c6
commit
97804ef879
1 changed files with 1 additions and 6 deletions
|
@ -8,12 +8,7 @@
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd.availableKernelModules = [ "xhci_pci" "usbhid" "usb_storage" ];
|
initrd.availableKernelModules = [ "xhci_pci" "usbhid" "usb_storage" ];
|
||||||
# fun fact: this line for some god awful reason
|
initrd.kernelModules = [ ];
|
||||||
# makes it so we can FINALLY see initrd messages
|
|
||||||
# when starting up over video
|
|
||||||
#
|
|
||||||
# see: https://nixos.wiki/wiki/NixOS_on_ARM/Raspberry_Pi#Early_boot_messages
|
|
||||||
initrd.kernelModules = [ "vc4" "bcm2835_dma" "i2c_bcm2835" ];
|
|
||||||
kernelPackages = pkgs.linuxPackages_hardened;
|
kernelPackages = pkgs.linuxPackages_hardened;
|
||||||
kernelModules = [ ];
|
kernelModules = [ ];
|
||||||
loader = {
|
loader = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue