From db4ef40a94329e30da5fc46a4534f2d076dea890 Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Tue, 11 Jun 2024 15:17:21 +0100 Subject: [PATCH] chore(flexbox): remove old audio overrides --- machines/flexbox/system.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/machines/flexbox/system.nix b/machines/flexbox/system.nix index 9102d3e..9be1e4b 100644 --- a/machines/flexbox/system.nix +++ b/machines/flexbox/system.nix @@ -19,10 +19,6 @@ in boot.loader.efi.canTouchEfiVariables = false; # Disable this after first installation to not wear out EFI storage boot.consoleLogLevel = 7; - # boot.extraModprobeConfig = '' - # options snd-hda-intel model=auto, enable_msi=1 - # ''; - # https://lore.kernel.org/linux-nvme/YnR%2FFiWbErNGXIx+@kbusch-mbp/T/ # boot.kernelParams = [ "nvme_core.default_ps_max_latency_us=0" "acpiphp.disable=1" ];