summaryrefslogtreecommitdiff
path: root/kuro/hardware-configuration.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-01-10 21:59:35 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-01-10 21:59:35 +0100
commit33c4fe1bd5c5d735f10166660227af4549b856c6 (patch)
tree8c07de142bf7aa4cbfb3d67706d10e83802baffb /kuro/hardware-configuration.nix
parent64b92b335a5ba4c125d1aeeeab1ee291305e09ad (diff)
less noise
Diffstat (limited to 'kuro/hardware-configuration.nix')
-rw-r--r--kuro/hardware-configuration.nix4
1 files changed, 1 insertions, 3 deletions
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" ];