From 5e27cd814fc9ce6b38c2a3260999abcc0a0c978f Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 20 Dec 2025 17:52:31 -0700 Subject: [PATCH] Dont need this its obvious actually --- modules/boot.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/boot.nix b/modules/boot.nix index 3be8c31..865ec16 100644 --- a/modules/boot.nix +++ b/modules/boot.nix @@ -11,7 +11,6 @@ boot.kernelPackages = pkgs.linuxPackages_latest; boot.initrd.kernelModules = [ "amdgpu" ]; - # Kernel parameters for security and performance boot.kernelParams = [ "preempt=full" "slab_nomerge"