From a3beffedd1baab9b701e419523aead818b684fd4 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 9 May 2024 01:34:22 +0200 Subject: use the right soundcard --- neko/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'neko') diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix index b26f648..2ab1bed 100644 --- a/neko/hardware-configuration.nix +++ b/neko/hardware-configuration.nix @@ -10,6 +10,11 @@ boot.initrd.kernelModules = [ "i915" ]; boot.kernelModules = [ "kvm-intel" ]; + # use the right soundcard + boot.extraModprobeConfig = '' + options snd_hda_intel enable=0,1 + ''; + # system boot.initrd.luks.devices."crypt-system".device = "/dev/disk/by-id/nvme-Seagate_FireCuda_530_ZP4000GM30013_7VS01VBM-part2"; -- cgit v1.2.3