From ebf864ffb9ac3fb8c04f785dd409b15f1225e12b Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Wed, 15 Oct 2025 21:26:00 +0200 Subject: [PATCH] format file --- machines/haze/hardware-configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/machines/haze/hardware-configuration.nix b/machines/haze/hardware-configuration.nix index efeeffb..639e54b 100644 --- a/machines/haze/hardware-configuration.nix +++ b/machines/haze/hardware-configuration.nix @@ -4,7 +4,15 @@ hardware.enableRedistributableFirmware = true; - boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "vmd" "nvme" "usb_storage" "sd_mod" "rtsx_usb_sdmmc" ]; + boot.initrd.availableKernelModules = [ + "xhci_pci" + "thunderbolt" + "vmd" + "nvme" + "usb_storage" + "sd_mod" + "rtsx_usb_sdmmc" + ]; boot.kernelModules = [ "kvm-intel" ]; hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;