diff --git a/machines/fuuko/hardware-configuration.nix b/machines/fuuko/hardware-configuration.nix index 5921640..7196d49 100644 --- a/machines/fuuko/hardware-configuration.nix +++ b/machines/fuuko/hardware-configuration.nix @@ -9,6 +9,9 @@ boot = { kernelModules = [ "kvm-amd" "sg" ]; extraModulePackages = [ ]; + extraModprobeConfig = '' + options gigabyte_wmi force_load=1 + ''; supportedFilesystems = [ "btrfs" ]; kernelParams = [ "ip=dhcp" ]; initrd = {