Oops
This commit is contained in:
parent
2ab2b2d2da
commit
dff1de30c6
1 changed files with 6 additions and 5 deletions
|
@ -8,13 +8,14 @@
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd.availableKernelModules = [ "xhci_pci" "usbhid" "usb_storage" ];
|
initrd.availableKernelModules = [ "xhci_pci" "usbhid" "usb_storage" ];
|
||||||
initrd.kernelModules = [ ];
|
# fun fact: this line for some god awful reason
|
||||||
kernelPackages = pkgs.linuxPackages_hardened;
|
# makes it so we can FINALLY see initrd messages
|
||||||
# for some god awful reason, our HDMI output doesn't show
|
# when starting up over video
|
||||||
# init messages??? theres a workaround here though
|
|
||||||
#
|
#
|
||||||
# see: https://nixos.wiki/wiki/NixOS_on_ARM/Raspberry_Pi#Early_boot_messages
|
# see: https://nixos.wiki/wiki/NixOS_on_ARM/Raspberry_Pi#Early_boot_messages
|
||||||
kernelModules = [ "vc4" "bcm2835_dma" "i2c_bcm2835" ];
|
initrd.kernelModules = [ "vc4" "bcm2835_dma" "i2c_bcm2835" ];
|
||||||
|
kernelPackages = pkgs.linuxPackages_hardened;
|
||||||
|
kernelModules = [ ];
|
||||||
loader = {
|
loader = {
|
||||||
# zigglebop 👽
|
# zigglebop 👽
|
||||||
grub.enable = lib.mkForce false;
|
grub.enable = lib.mkForce false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue