summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-05-09 01:34:22 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-05-09 01:34:22 +0200
commita3beffedd1baab9b701e419523aead818b684fd4 (patch)
treee7d24b6992e1b8bae82b444517811c9bd33c7294
parent1e344093696014a9a75aa22ce565d82fa6f96378 (diff)
use the right soundcard
-rw-r--r--neko/hardware-configuration.nix5
1 files changed, 5 insertions, 0 deletions
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";