From e6c91a257d9753a1b89005d352dea970d6072398 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 4 Jun 2024 17:03:55 +0000 Subject: [PATCH] fix double kernelPackages --- hosts/dlaptop/hardware.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/dlaptop/hardware.nix b/hosts/dlaptop/hardware.nix index 9eeeaaa..8216c7b 100644 --- a/hosts/dlaptop/hardware.nix +++ b/hosts/dlaptop/hardware.nix @@ -62,7 +62,6 @@ boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot"; boot.initrd.kernelModules = [ ]; - boot.kernelPackages = unstable.linuxPackages_xanmod_latest; boot.extraModulePackages = with config.boot.kernelPackages; [ usbip.out ]; boot.kernelPackages = with builtins; with lib; let