mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-16 14:50:22 +01:00
switch from xanmod to zen kernel with acer-wmi-battery module
This commit is contained in:
@@ -22,7 +22,13 @@ in
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||
acer-wmi-battery
|
||||
];
|
||||
boot.kernelModules = [
|
||||
"acer-wmi-battery"
|
||||
];
|
||||
# boot.kernel.sysctl = {
|
||||
# "net.ipv6.conf.all.disable_ipv6" = 1;
|
||||
# "net.ipv6.conf.default.disable_ipv6" = 1;
|
||||
|
||||
Reference in New Issue
Block a user