From fa322f10dc0e780571d8d70d461faae43eed04cb Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Sat, 7 Mar 2026 15:45:54 +0100 Subject: [PATCH] deck debugging --- modules/hosts/deck/deck.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/deck/deck.nix b/modules/hosts/deck/deck.nix index 9d28a07..86b8971 100644 --- a/modules/hosts/deck/deck.nix +++ b/modules/hosts/deck/deck.nix @@ -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; };