Added HP kernel module

This commit is contained in:
Random936 2024-08-29 17:32:35 -07:00
parent 07628c260b
commit ccaac9c8cb

View File

@ -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";