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:
Alexandre Cavalheiro S. Tiago da Silva 2025-08-22 18:31:25 -03:00
parent f8ff5578d3
commit 759fe2dd68
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 3 additions and 18 deletions

View file

@ -105,14 +105,6 @@
# HARDWARE #
#
# Enable Zenergy
boot.initrd.kernelModules = [
"zenergy"
];
boot.extraModulePackages = [
config.boot.kernelPackages.zenergy
];
# enable a better driver for wireless xbox controllers.
hardware.xpadneo.enable = true;
}