deck debugging

This commit is contained in:
2026-03-07 15:45:54 +01:00
parent 491330ac24
commit fa322f10dc

View File

@@ -27,6 +27,7 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.kernelParams = [ "quiet" "splash" "boot.shell_on_fail" "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" ];
boot.initrd.kernelModules = [ "nvme" ];
nixpkgs.hostPlatform = system;
hardware.cpu.amd.updateMicrocode = true;
};