From 4ae9a96d1a104443e93b85ea63aa16014c52c868 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Mon, 10 Mar 2025 21:57:12 +0400 Subject: [PATCH] laptop: remove kernel/grub params --- hosts/laptop/configuration.nix | 1 - hosts/laptop/hardware-configuration.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 9bc5ef3..025fa40 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -32,7 +32,6 @@ in hash = "sha256-/bSolCta8GCZ4lP0u5NVqYQ9Y3ZooYCNdTwORNvR7M0="; }}/src/catppuccin-macchiato-grub-theme/"; efiInstallAsRemovable = true; - extraPerEntryConfig = "acpi ($drive1)//dsdt.aml"; # useOSProber = true; }; diff --git a/hosts/laptop/hardware-configuration.nix b/hosts/laptop/hardware-configuration.nix index 5cf85d2..8b69dbb 100644 --- a/hosts/laptop/hardware-configuration.nix +++ b/hosts/laptop/hardware-configuration.nix @@ -16,7 +16,6 @@ in boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "ahci" "nvme" "usbhid" "uas" "usb_storage" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.kernelModules = [ "kvm-intel" ]; - boot.kernelParams = [ "intel_idle.max_cstate=4" "ahci.mobile_lpm_policy=1" ]; boot.extraModulePackages = [ ]; fileSystems."/" =