fuuko: Enable gigabyte_wmi sensors

This commit is contained in:
Simon Bruder 2023-02-22 16:59:14 +01:00
parent af65610fdd
commit f1b1eafe38
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -9,6 +9,9 @@
boot = { boot = {
kernelModules = [ "kvm-amd" "sg" ]; kernelModules = [ "kvm-amd" "sg" ];
extraModulePackages = [ ]; extraModulePackages = [ ];
extraModprobeConfig = ''
options gigabyte_wmi force_load=1
'';
supportedFilesystems = [ "btrfs" ]; supportedFilesystems = [ "btrfs" ];
kernelParams = [ "ip=dhcp" ]; kernelParams = [ "ip=dhcp" ];
initrd = { initrd = {