From 33c4fe1bd5c5d735f10166660227af4549b856c6 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 10 Jan 2024 21:59:35 +0100 Subject: less noise --- kuro/hardware-configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kuro') diff --git a/kuro/hardware-configuration.nix b/kuro/hardware-configuration.nix index 93ab2bd..861b7cb 100644 --- a/kuro/hardware-configuration.nix +++ b/kuro/hardware-configuration.nix @@ -4,9 +4,7 @@ { config, lib, pkgs, modulesPath, ... }: { - imports = - [ (modulesPath + "/installer/scan/not-detected.nix") - ]; + imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ "amdgpu" ]; -- cgit v1.2.3