From aefe89f648b8dbe612d253ead97ec83f8f717887 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 15 Feb 2026 15:10:19 +0100 Subject: [PATCH] backwards: Try to fix audio output --- hosts/backwards/modules/boot/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/backwards/modules/boot/default.nix b/hosts/backwards/modules/boot/default.nix index 5db298a..3942f42 100644 --- a/hosts/backwards/modules/boot/default.nix +++ b/hosts/backwards/modules/boot/default.nix @@ -38,6 +38,10 @@ in efi.canTouchEfiVariables = true; }; + + extraModprobeConfig = '' + options snd-intel-dspcfg dsp_driver=1 + ''; }; }; }