From f89bc6e5084a4aab61ebd21fd2e44c28de331faa Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Tue, 30 Jul 2024 13:35:06 +0700 Subject: [PATCH] fort: fix sound not detected by kernel --- hardware-configuration/fort.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hardware-configuration/fort.nix b/hardware-configuration/fort.nix index 5c2012f..f881cc8 100644 --- a/hardware-configuration/fort.nix +++ b/hardware-configuration/fort.nix @@ -11,6 +11,8 @@ boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; + boot.kernelParams = [ "snd-intel-dspcfg.dsp_driver=1" ]; + fileSystems."/" = { device = "/dev/disk/by-label/NIXROOT";