fix: deprecate zenergy and remove it from host configurations
Currently incompatible with Linux 6.16, waiting on BoukeHaarsma23 to approve a pull request fixing it.
This commit is contained in:
parent
f8ff5578d3
commit
759fe2dd68
3 changed files with 3 additions and 18 deletions
|
@ -6,12 +6,13 @@
|
|||
|
||||
boot.initrd.kernelModules = [
|
||||
"v4l2loopback"
|
||||
"zenergy"
|
||||
# "zenergy" FIXME: Broken in Linux 6.16 since June - https://github.com/BoukeHaarsma23/zenergy/issues/15
|
||||
];
|
||||
|
||||
boot.extraModulePackages = [
|
||||
config.boot.kernelPackages.v4l2loopback
|
||||
config.boot.kernelPackages.zenergy # Allows fetching power draw information on AMD CPUs
|
||||
# config.boot.kernelPackages.zenergy # Allows fetching power draw information on AMD CPUs
|
||||
# FIXME: Look at the FIXME before this.
|
||||
];
|
||||
|
||||
# Configure v4l2loopback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue