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";