From 5216645bd5d6da5c849090b7e3ada243d3c59ab2 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 6 Jan 2024 10:22:15 +0000 Subject: [PATCH] Add applesmc module to hypnos --- hosts/hypnos/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hypnos/hardware-configuration.nix b/hosts/hypnos/hardware-configuration.nix index 396f6e9..5622c6c 100644 --- a/hosts/hypnos/hardware-configuration.nix +++ b/hosts/hypnos/hardware-configuration.nix @@ -8,7 +8,7 @@ boot = { initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; initrd.kernelModules = [ ]; - kernelModules = [ "kvm-intel" "wl" ]; + kernelModules = [ "applesmc" "kvm-intel" "wl" ]; extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ]; };