fuuko: Enable gigabyte_wmi sensors
This commit is contained in:
parent
af65610fdd
commit
f1b1eafe38
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue