From f1b1eafe382cfdc6e4edb4552cc216959d38cec5 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 22 Feb 2023 16:59:14 +0100 Subject: [PATCH] fuuko: Enable gigabyte_wmi sensors --- machines/fuuko/hardware-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {