From 127d831889cc2183386d9c41d578b5712a1587b8 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Tue, 21 May 2024 11:28:18 -0400 Subject: [PATCH] Dirty --- hosts/kim/hardware-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/kim/hardware-configuration.nix b/hosts/kim/hardware-configuration.nix index 17199f9..443e61b 100644 --- a/hosts/kim/hardware-configuration.nix +++ b/hosts/kim/hardware-configuration.nix @@ -1,4 +1,5 @@ -{ config, lib, pkgs, modulesPath, ... }: +{ inputs, globals, config, lib, pkgs, modulesPath, ... }: +with inputs; { boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ "amdgpu" ];