From ccaac9c8cbcab29f00f925498a4e6cdab8e9a2c6 Mon Sep 17 00:00:00 2001 From: Random936 Date: Thu, 29 Aug 2024 17:32:35 -0700 Subject: [PATCH] Added HP kernel module --- config/omen.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/omen.nix b/config/omen.nix index 6947108..f8c1658 100644 --- a/config/omen.nix +++ b/config/omen.nix @@ -12,6 +12,9 @@ # Supported Filesystems boot.supportedFilesystems = [ "ntfs" ]; + # Add kernel drivers for HP Omen Laptop (Fan Control and other) + boot.kernelModules = [ "hp-wmi" ]; + # Set hostname networking.hostName = "randomctf";