fuuko: Enable gigabyte_wmi sensors

nazuna
Simon Bruder 2023-02-22 16:59:14 +01:00
parent af65610fdd
commit f1b1eafe38
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

View File

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