From f0d317563c5ccfdd6eec0fd39311e852e5770b23 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 4 Sep 2024 16:50:21 +0200 Subject: try zen kernel --- share/common.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/share/common.nix b/share/common.nix index 81eadc0..2d69673 100644 --- a/share/common.nix +++ b/share/common.nix @@ -25,16 +25,13 @@ in # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "23.05"; # Did you read the comment? - # use the latest kernel - boot.kernelPackages = pkgs.linuxPackages_latest; + # use the ZEN kernel + boot.kernelPackages = pkgs.linuxPackages_zen; # my kernel parameters boot.kernelParams = [ # don't check for split locks, for KVM and Co. "split_lock_detect=off" - - # avoid that my USB stuff sleeps - "usbcore.autosuspend=-1" ]; # Use the systemd-boot EFI boot loader. @@ -507,7 +504,7 @@ in # enable VirtualBox virtualisation.virtualbox.host.enable = true; - #virtualisation.virtualbox.host.enableKvm = true; + virtualisation.virtualbox.host.enableKvm = true; virtualisation.virtualbox.host.enableHardening = false; virtualisation.virtualbox.host.addNetworkInterface = false; -- cgit v1.2.3