summaryrefslogtreecommitdiff
path: root/neko
diff options
context:
space:
mode:
Diffstat (limited to 'neko')
-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";